summaryrefslogtreecommitdiff
path: root/include/libinput-properties.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-01-27 11:04:40 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-01-28 15:01:39 +1000
commite8f5394b0734db41abd15ab72457aea99c25d9ab (patch)
tree2347147e90ba12dca08e73309725bea4acc6ed5e /include/libinput-properties.h
parent20f5269a29b6f3697984872d689fbe8589e53b08 (diff)
downloadxorg-driver-xf86-input-libinput-e8f5394b0734db41abd15ab72457aea99c25d9ab.tar.gz
Add property/option for enabling/disabling tap-n-drag
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/libinput-properties.h')
-rw-r--r--include/libinput-properties.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libinput-properties.h b/include/libinput-properties.h
index 098ce48..d117729 100644
--- a/include/libinput-properties.h
+++ b/include/libinput-properties.h
@@ -30,6 +30,12 @@
/* Tapping default enabled/disabled: BOOL, 1 value, read-only */
#define LIBINPUT_PROP_TAP_DEFAULT "libinput Tapping Enabled Default"
+/* Tap drag enabled/disabled: BOOL, 1 value */
+#define LIBINPUT_PROP_TAP_DRAG "libinput Tapping Drag Enabled"
+
+/* Tap drag default enabled/disabled: BOOL, 1 value */
+#define LIBINPUT_PROP_TAP_DRAG_DEFAULT "libinput Tapping Drag Enabled Default"
+
/* Tap drag lock enabled/disabled: BOOL, 1 value */
#define LIBINPUT_PROP_TAP_DRAG_LOCK "libinput Tapping Drag Lock Enabled"