diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-02-26 17:03:15 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-02-26 17:06:10 +1000 |
commit | fb6506f5eeecb6f7def8a11cff58b89b78c89768 (patch) | |
tree | 82ddc6db7275c15ca1d2d6949c075cf29a583583 /include/libinput-properties.h | |
parent | 275c71286652f5801c972095ed2142c3752306ea (diff) |
Add properties to change the click method (#89332)
X.Org Bug 89332 <http://bugs.freedesktop.org/show_bug.cgi?id=89332>
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.h | 8 |
1 files changed, 8 insertions, 0 deletions
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_ */ |