From 0163482e22ad65ec51e3636cf31f9f39e29ff709 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 3 Sep 2015 18:03:00 +1000 Subject: Add property support for the accel profiles Signed-off-by: Peter Hutterer --- include/libinput-properties.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include') 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" -- cgit v1.2.3