summaryrefslogtreecommitdiff
path: root/include/libinput-properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libinput-properties.h')
-rw-r--r--include/libinput-properties.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/libinput-properties.h b/include/libinput-properties.h
index 8947126..6760b50 100644
--- a/include/libinput-properties.h
+++ b/include/libinput-properties.h
@@ -95,4 +95,11 @@
/* Click method: BOOL, 2 values in order buttonareas, clickfinger
only one enabled at a time at max, read-only */
#define LIBINPUT_PROP_CLICK_METHOD_ENABLED_DEFAULT "libinput Click Method Enabled Default"
+
+/* Middle button emulation: BOOL, 1 value */
+#define LIBINPUT_PROP_MIDDLE_EMULATION_ENABLED "libinput Middle Emulation Enabled"
+
+/* Middle button emulation: BOOL, 1 value, read-only */
+#define LIBINPUT_PROP_MIDDLE_EMULATION_ENABLED_DEFAULT "libinput Middle Emulation Enabled Default"
+
#endif /* _LIBINPUT_PROPERTIES_H_ */