diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-11-03 13:25:06 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-11-03 13:32:41 +1030 |
commit | 4826969f23a0b298da2750c2e23a92b9d91819dd (patch) | |
tree | ac599c915ab1648acf2092bca2a74b3eccaff658 /man | |
parent | 33eb36f26663c09c873acede1b35e91ef4c64479 (diff) |
Add support for axes swapping.
New option: SwapAxes (boolean)
New property: EVDEV_PROP_SWAP_AXES.
Actual swapping code written by Donnie Berkholz.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/evdev.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/evdev.man b/man/evdev.man index fc8a96a..cf087e8 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -147,6 +147,9 @@ waking up from suspend). In between each attempt is a 100ms wait. Default: 10. .BI "Option \*qInvertY\*q \*q" Bool \*q Invert the given axis. Default: off. Property: "Evdev Axis Inversion". .TP 7 +.BI "Option \*qSwapAxes\*q \*q" Bool \*q +Swap x/y axes. Default: off. Property: "Evdev Axes Swap". +.TP 7 .BI "Option \*qGrabDevice\*q \*q" boolean \*q Force a grab on the event device. Doing so will ensure that no other driver can initialise the same device and it will also stop the device from sending @@ -191,6 +194,9 @@ value. run-time axis calibration. This feature is required for devices that need to scale to a different coordinate system than originally reported to the X server, such as touchscreens that require run-time calibration. +.TP 7 +.BI "Evdev Axis Swap" +1 boolean values (8 bit, 0 or 1). 1 swaps x/y axes. .SH AUTHORS Kristian Høgsberg. |