aboutsummaryrefslogtreecommitdiff
path: root/include/evdev-properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/evdev-properties.h')
-rw-r--r--include/evdev-properties.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/evdev-properties.h b/include/evdev-properties.h
index 46f9f3b..6fdad53 100644
--- a/include/evdev-properties.h
+++ b/include/evdev-properties.h
@@ -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