diff options
Diffstat (limited to 'include/libinput-properties.h')
-rw-r--r-- | include/libinput-properties.h | 202 |
1 files changed, 202 insertions, 0 deletions
diff --git a/include/libinput-properties.h b/include/libinput-properties.h new file mode 100644 index 0000000..7c6cd98 --- /dev/null +++ b/include/libinput-properties.h @@ -0,0 +1,202 @@ +/* + * Copyright © 2015 Red Hat, Inc. + * + * Permission to use, copy, modify, distribute, and sell this software + * and its documentation for any purpose is hereby granted without + * fee, provided that the above copyright notice appear in all copies + * and that both that copyright notice and this permission notice + * appear in supporting documentation, and that the name of Red Hat + * not be used in advertising or publicity pertaining to distribution + * of the software without specific, written prior permission. Red + * Hat makes no representations about the suitability of this software + * for any purpose. It is provided "as is" without express or implied + * warranty. + * + * THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, + * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +#ifndef _LIBINPUT_PROPERTIES_H_ +#define _LIBINPUT_PROPERTIES_H_ + +/* Tapping enabled/disabled: BOOL, 1 value */ +#define LIBINPUT_PROP_TAP "libinput Tapping Enabled" + +/* Tapping default enabled/disabled: BOOL, 1 value, read-only */ +#define LIBINPUT_PROP_TAP_DEFAULT "libinput Tapping Enabled Default" + +/* Tap drag enabled/disabled: BOOL, 1 value */ +#define LIBINPUT_PROP_TAP_DRAG "libinput Tapping Drag Enabled" + +/* Tap drag default enabled/disabled: BOOL, 1 value, read-only */ +#define LIBINPUT_PROP_TAP_DRAG_DEFAULT "libinput Tapping Drag Enabled Default" + +/* Tap drag lock enabled/disabled: BOOL, 1 value */ +#define LIBINPUT_PROP_TAP_DRAG_LOCK "libinput Tapping Drag Lock Enabled" + +/* Tap drag lock default enabled/disabled: BOOL, 1 value, read-only */ +#define LIBINPUT_PROP_TAP_DRAG_LOCK_DEFAULT "libinput Tapping Drag Lock Enabled Default" + +/* Tap button order: BOOL, 2 values in order LRM, LMR, only one may be set + at any time */ +#define LIBINPUT_PROP_TAP_BUTTONMAP "libinput Tapping Button Mapping Enabled" + +/* Tap button default order: BOOL, 2 values in order LRM, LMR, read-only */ +#define LIBINPUT_PROP_TAP_BUTTONMAP_DEFAULT "libinput Tapping Button Mapping Default" + +/* Calibration matrix: FLOAT, 9 values of a 3x3 matrix, in rows */ +#define LIBINPUT_PROP_CALIBRATION "libinput Calibration Matrix" + +/* Calibration matrix: FLOAT, 9 values of a 3x3 matrix, in rows, read-only*/ +#define LIBINPUT_PROP_CALIBRATION_DEFAULT "libinput Calibration Matrix Default" + +/* Pointer accel speed: FLOAT, 1 value, 32 bit */ +#define LIBINPUT_PROP_ACCEL "libinput Accel Speed" + +/* 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" + +/* Natural scrolling: BOOL, 1 value, read-only */ +#define LIBINPUT_PROP_NATURAL_SCROLL_DEFAULT "libinput Natural Scrolling Enabled Default" + +/* Send-events mode: BOOL read-only, 2 values in order disabled, + disabled-on-external-mouse */ +#define LIBINPUT_PROP_SENDEVENTS_AVAILABLE "libinput Send Events Modes Available" + +/* Send-events mode: BOOL, 2 values in order disabled, + disabled-on-external-mouse */ +#define LIBINPUT_PROP_SENDEVENTS_ENABLED "libinput Send Events Mode Enabled" + +/* Send-events mode: BOOL, 2 values in order disabled, + disabled-on-external-mouse, read-only */ +#define LIBINPUT_PROP_SENDEVENTS_ENABLED_DEFAULT "libinput Send Events Mode Enabled Default" + +/* Left-handed enabled/disabled: BOOL, 1 value */ +#define LIBINPUT_PROP_LEFT_HANDED "libinput Left Handed Enabled" + +/* Left-handed enabled/disabled: BOOL, 1 value, read-only */ +#define LIBINPUT_PROP_LEFT_HANDED_DEFAULT "libinput Left Handed Enabled Default" + +/* Scroll method: BOOL read-only, 3 values in order 2fg, edge, button. + shows available scroll methods */ +#define LIBINPUT_PROP_SCROLL_METHODS_AVAILABLE "libinput Scroll Methods Available" + +/* Scroll method: BOOL, 3 values in order 2fg, edge, button + only one is enabled at a time at max */ +#define LIBINPUT_PROP_SCROLL_METHOD_ENABLED "libinput Scroll Method Enabled" + +/* Scroll method: BOOL, 3 values in order 2fg, edge, button + only one is enabled at a time at max, read-only */ +#define LIBINPUT_PROP_SCROLL_METHOD_ENABLED_DEFAULT "libinput Scroll Method Enabled Default" + +/* Scroll button for button scrolling: 32-bit int, 1 value */ +#define LIBINPUT_PROP_SCROLL_BUTTON "libinput Button Scrolling Button" + +/* Scroll button for button scrolling: 32-bit int, 1 value, read-only */ +#define LIBINPUT_PROP_SCROLL_BUTTON_DEFAULT "libinput Button Scrolling Button Default" + +/* Scroll button lock: BOOL, 1 value, TRUE for enabled, FALSE otherwise */ +#define LIBINPUT_PROP_SCROLL_BUTTON_LOCK "libinput Button Scrolling Button Lock Enabled" + +/* Scroll button lock: BOOL, 1 value, TRUE for enabled, FALSE otherwise, read-only*/ +#define LIBINPUT_PROP_SCROLL_BUTTON_LOCK_DEFAULT "libinput Button Scrolling Button Lock Enabled Default" + +/* 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" + +/* 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" + +/* Disable while typing: BOOL, 1 value */ +#define LIBINPUT_PROP_DISABLE_WHILE_TYPING "libinput Disable While Typing Enabled" + +/* Disable while typing: BOOL, 1 value, read-only */ +#define LIBINPUT_PROP_DISABLE_WHILE_TYPING_DEFAULT "libinput Disable While Typing Enabled Default" + +/* Drag lock buttons, either: + CARD8, one value, the meta lock button, or + CARD8, n * 2 values, the drag lock pairs with n being the button and n+1 + the target button number */ +#define LIBINPUT_PROP_DRAG_LOCK_BUTTONS "libinput Drag Lock Buttons" + +/* Horizontal scroll events enabled: BOOL, 1 value (0 or 1). + * If disabled, horizontal scroll events are discarded */ +#define LIBINPUT_PROP_HORIZ_SCROLL_ENABLED "libinput Horizontal Scroll Enabled" + +/* Number of modes each pad mode group has available: CARD8, one for each + * pad mode group, read-only. + */ +#define LIBINPUT_PROP_TABLET_PAD_MODE_GROUPS_AVAILABLE "libinput Pad Mode Groups Modes Available" + +/* Mode each pad mode group is currently in: CARD8, one for each pad mode + * group, read-only. + */ +#define LIBINPUT_PROP_TABLET_PAD_MODE_GROUPS "libinput Pad Mode Groups Modes" + +/* The association of each logical button with the pad mode group: INT8, + * one for each logical button. If set to -1 the button cannot be associated + * with a mode group. read-only + */ +#define LIBINPUT_PROP_TABLET_PAD_MODE_GROUP_BUTTONS "libinput Pad Mode Group Buttons" + +/* The association of each logical strip with the pad mode group: INT8, + * one for each logical strip. If set to -1 the strip cannot be associated + * with a mode group. read-only + */ +#define LIBINPUT_PROP_TABLET_PAD_MODE_GROUP_STRIPS "libinput Pad Mode Group Strips" + +/* The association of each logical ring with the pad mode group: INT8, + * one for each logical ring. If set to -1 the ring cannot be associated + * with a mode group. read-only + */ +#define LIBINPUT_PROP_TABLET_PAD_MODE_GROUP_RINGS "libinput Pad Mode Group Rings" + +/* Device rotation: FLOAT, 1 value, 32 bit */ +#define LIBINPUT_PROP_ROTATION_ANGLE "libinput Rotation Angle" + +/* Device rotation: FLOAT, 1 value, 32 bit, read-only */ +#define LIBINPUT_PROP_ROTATION_ANGLE_DEFAULT "libinput Rotation Angle Default" + +/* Tablet tool pressure curve: float, 8 values, 32 bit + * Value range is [0.0, 1.0], the values specify the x/y of the four + * control points for a cubic bezier curve. + * Default value: 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 + */ +#define LIBINPUT_PROP_TABLET_TOOL_PRESSURECURVE "libinput Tablet Tool Pressurecurve" + +/* Tablet tool area ratio: CARD32, 2 values, w and h */ +#define LIBINPUT_PROP_TABLET_TOOL_AREA_RATIO "libinput Tablet Tool Area Ratio" + +#endif /* _LIBINPUT_PROPERTIES_H_ */ |