summaryrefslogtreecommitdiff
path: root/include/libinput-properties.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-09-03 18:03:00 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-10-26 10:00:57 +1000
commit0163482e22ad65ec51e3636cf31f9f39e29ff709 (patch)
tree7f48f10751c656dd449bcca83706c8e416497c9f /include/libinput-properties.h
parent80c356f58fed47080eb6fa5756a122dbe14e5f6f (diff)
downloadxorg-driver-xf86-input-libinput-0163482e22ad65ec51e3636cf31f9f39e29ff709.tar.gz
Add property support for the accel profiles
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/libinput-properties.h')
-rw-r--r--include/libinput-properties.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/libinput-properties.h b/include/libinput-properties.h
index 06fad7f..098ce48 100644
--- a/include/libinput-properties.h
+++ b/include/libinput-properties.h
@@ -48,6 +48,18 @@
/* Pointer accel speed: FLOAT, 1 value, 32 bit, read-only*/
#define LIBINPUT_PROP_ACCEL_DEFAULT "libinput Accel Speed Default"
+/* Pointer accel profile: BOOL, 2 values in oder adaptive, flat,
+ * only one is enabled at a time at max, read-only */
+#define LIBINPUT_PROP_ACCEL_PROFILES_AVAILABLE "libinput Accel Profiles Available"
+
+/* Pointer accel profile: BOOL, 2 values in order adaptive, flat,
+ only one is enabled at a time at max, read-only */
+#define LIBINPUT_PROP_ACCEL_PROFILE_ENABLED_DEFAULT "libinput Accel Profile Enabled Default"
+
+/* Pointer accel profile: BOOL, 2 values in order adaptive, flat,
+ only one is enabled at a time at max */
+#define LIBINPUT_PROP_ACCEL_PROFILE_ENABLED "libinput Accel Profile Enabled"
+
/* Natural scrolling: BOOL, 1 value */
#define LIBINPUT_PROP_NATURAL_SCROLL "libinput Natural Scrolling Enabled"