From fb6506f5eeecb6f7def8a11cff58b89b78c89768 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 26 Feb 2015 17:03:15 +1000 Subject: Add properties to change the click method (#89332) X.Org Bug 89332 Signed-off-by: Peter Hutterer Reviewed-by: Hans de Goede --- include/libinput-properties.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/libinput-properties.h') diff --git a/include/libinput-properties.h b/include/libinput-properties.h index bbc85d0..1d7b416 100644 --- a/include/libinput-properties.h +++ b/include/libinput-properties.h @@ -58,4 +58,12 @@ /* Scroll button for button scrolling: 32-bit int, 1 value */ #define LIBINPUT_PROP_SCROLL_BUTTON "libinput Button Scrolling Button" +/* Click method: BOOL read-only, 2 values in order buttonareas, clickfinger + shows available click methods */ +#define LIBINPUT_PROP_CLICK_METHODS_AVAILABLE "libinput Click Methods Available" + +/* Click method: BOOL, 2 values in order buttonareas, clickfinger + only one enabled at a time at max */ +#define LIBINPUT_PROP_CLICK_METHOD_ENABLED "libinput Click Method Enabled" + #endif /* _LIBINPUT_PROPERTIES_H_ */ -- cgit v1.2.3