lg_ros_nodes icon indicating copy to clipboard operation
lg_ros_nodes copied to clipboard

Axis inversion for virtual touchscreen

Open mvollrath opened this issue 7 years ago • 1 comments

Overview: Sometimes we want to invert axes on the virtual touchscreen to work around weird devices.

Requirements:

  • Can use a parameter to invert X and Y axes of the virtual touchscreen.

Development notes How to do it: xinput set-prop 'DeviceID' 'Evdev Axis Inversion' <x:0,1> <y:0,1>

A place to put it.

mvollrath avatar Apr 27 '17 05:04 mvollrath