From 4826969f23a0b298da2750c2e23a92b9d91819dd Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 3 Nov 2008 13:25:06 +1030 Subject: 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 --- man/evdev.man | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man') 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. -- cgit v1.2.3