Add property support for axis inversion.

This commit is contained in:
Peter Hutterer
2008-10-01 13:58:24 +09:30
parent 3985d42320
commit a196672a6b
2 changed files with 63 additions and 0 deletions

View File

@@ -50,4 +50,8 @@
/* CARD8, either 1 value or pairs, value range 0-32, 0 to disable a value*/
#define EVDEV_PROP_DRAGLOCK "Evdev Drag Lock Buttons"
/* Axis inversion */
/* BOOL, 2 values [x, y], 1 inverts axis */
#define EVDEV_PROP_INVERT_AXES "Evdev Axis Inversion"
#endif