diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-09-03 18:03:00 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-10-26 10:00:57 +1000 |
commit | 0163482e22ad65ec51e3636cf31f9f39e29ff709 (patch) | |
tree | 7f48f10751c656dd449bcca83706c8e416497c9f /include | |
parent | 80c356f58fed47080eb6fa5756a122dbe14e5f6f (diff) |
Add property support for the accel profiles
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/libinput-properties.h | 12 |
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" |