f78b12e570284aa8291f4ca1add24937fd107403vboxsync/*
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * Copyright 2008 Red Hat, Inc.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync *
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * Permission is hereby granted, free of charge, to any person obtaining a
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * copy of this software and associated documentation files (the "Software")
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * to deal in the software without restriction, including without limitation
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * on the rights to use, copy, modify, merge, publish, distribute, sub
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * license, and/or sell copies of the Software, and to permit persons to whom
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * them Software is furnished to do so, subject to the following conditions:
f78b12e570284aa8291f4ca1add24937fd107403vboxsync *
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * The above copyright notice and this permission notice (including the next
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * paragraph) shall be included in all copies or substantial portions of the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * Software.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync *
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTIBILITY,
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF OR IN
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* Properties managed by the server. */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#ifndef _XSERVER_PROPERTIES_H_
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define _XSERVER_PROPERTIES_H_
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* Type for a 4 byte float. Storage format IEEE 754 in client's default
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * byte-ordering. */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define XATOM_FLOAT "FLOAT"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* BOOL. 0 - device disabled, 1 - device enabled */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define XI_PROP_ENABLED "Device Enabled"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* BOOL. If present, device is a virtual XTEST device */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define XI_PROP_XTEST_DEVICE "XTEST Device"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* CARD32, 2 values, vendor, product.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * This property is set by the driver and may not be available for some
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * drivers. Read-Only */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define XI_PROP_PRODUCT_ID "Device Product ID"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* Coordinate transformation matrix for absolute input devices
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * FLOAT, 9 values in row-major order, coordinates in 0..1 range:
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * [c0 c1 c2] [x]
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * [c3 c4 c5] * [y]
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * [c6 c7 c8] [1] */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define XI_PROP_TRANSFORM "Coordinate Transformation Matrix"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* STRING. Device node path of device */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define XI_PROP_DEVICE_NODE "Device Node"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* Pointer acceleration properties */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* INTEGER of any format */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define ACCEL_PROP_PROFILE_NUMBER "Device Accel Profile"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* FLOAT, format 32 */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define ACCEL_PROP_CONSTANT_DECELERATION "Device Accel Constant Deceleration"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* FLOAT, format 32 */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define ACCEL_PROP_ADAPTIVE_DECELERATION "Device Accel Adaptive Deceleration"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* FLOAT, format 32 */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define ACCEL_PROP_VELOCITY_SCALING "Device Accel Velocity Scaling"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* Axis labels */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP "Axis Labels"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_X "Rel X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_Y "Rel Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_Z "Rel Z"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_RX "Rel Rotary X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_RY "Rel Rotary Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_RZ "Rel Rotary Z"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_HWHEEL "Rel Horiz Wheel"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_DIAL "Rel Dial"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_WHEEL "Rel Vert Wheel"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_REL_MISC "Rel Misc"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/*
f78b12e570284aa8291f4ca1add24937fd107403vboxsync * Absolute axes
f78b12e570284aa8291f4ca1add24937fd107403vboxsync */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_X "Abs X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_Y "Abs Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_Z "Abs Z"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_RX "Abs Rotary X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_RY "Abs Rotary Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_RZ "Abs Rotary Z"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_THROTTLE "Abs Throttle"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_RUDDER "Abs Rudder"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_WHEEL "Abs Wheel"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_GAS "Abs Gas"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_BRAKE "Abs Brake"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_HAT0X "Abs Hat 0 X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_HAT0Y "Abs Hat 0 Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_HAT1X "Abs Hat 1 X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_HAT1Y "Abs Hat 1 Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_HAT2X "Abs Hat 2 X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_HAT2Y "Abs Hat 2 Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_HAT3X "Abs Hat 3 X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_HAT3Y "Abs Hat 3 Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_PRESSURE "Abs Pressure"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_DISTANCE "Abs Distance"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_TILT_X "Abs Tilt X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_TILT_Y "Abs Tilt Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_TOOL_WIDTH "Abs Tool Width"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_VOLUME "Abs Volume"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_TOUCH_MAJOR "Abs MT Touch Major"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_TOUCH_MINOR "Abs MT Touch Minor"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_WIDTH_MAJOR "Abs MT Width Major"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_WIDTH_MINOR "Abs MT Width Minor"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_ORIENTATION "Abs MT Orientation"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_POSITION_X "Abs MT Position X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_POSITION_Y "Abs MT Position Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_TOOL_TYPE "Abs MT Tool Type"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_BLOB_ID "Abs MT Blob ID"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_TRACKING_ID "Abs MT Tracking ID"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MT_PRESSURE "Abs MT Pressure"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define AXIS_LABEL_PROP_ABS_MISC "Abs Misc"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* Button names */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP "Button Labels"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* Default label */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_UNKNOWN "Button Unknown"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* Wheel buttons */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_WHEEL_UP "Button Wheel Up"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_WHEEL_DOWN "Button Wheel Down"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_HWHEEL_LEFT "Button Horiz Wheel Left"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_HWHEEL_RIGHT "Button Horiz Wheel Right"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync/* The following are from linux/input.h */
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_0 "Button 0"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_1 "Button 1"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_2 "Button 2"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_3 "Button 3"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_4 "Button 4"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_5 "Button 5"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_6 "Button 6"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_7 "Button 7"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_8 "Button 8"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_9 "Button 9"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_LEFT "Button Left"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_RIGHT "Button Right"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_MIDDLE "Button Middle"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_SIDE "Button Side"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_EXTRA "Button Extra"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_FORWARD "Button Forward"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_BACK "Button Back"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TASK "Button Task"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TRIGGER "Button Trigger"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_THUMB "Button Thumb"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_THUMB2 "Button Thumb2"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOP "Button Top"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOP2 "Button Top2"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_PINKIE "Button Pinkie"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_BASE "Button Base"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_BASE2 "Button Base2"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_BASE3 "Button Base3"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_BASE4 "Button Base4"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_BASE5 "Button Base5"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_BASE6 "Button Base6"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_DEAD "Button Dead"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_A "Button A"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_B "Button B"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_C "Button C"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_X "Button X"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_Y "Button Y"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_Z "Button Z"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TL "Button T Left"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TR "Button T Right"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TL2 "Button T Left2"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TR2 "Button T Right2"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_SELECT "Button Select"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_START "Button Start"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_MODE "Button Mode"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_THUMBL "Button Thumb Left"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_THUMBR "Button Thumb Right"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_PEN "Button Tool Pen"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_RUBBER "Button Tool Rubber"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_BRUSH "Button Tool Brush"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_PENCIL "Button Tool Pencil"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_AIRBRUSH "Button Tool Airbrush"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_FINGER "Button Tool Finger"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_MOUSE "Button Tool Mouse"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_LENS "Button Tool Lens"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOUCH "Button Touch"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_STYLUS "Button Stylus"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_STYLUS2 "Button Stylus2"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_DOUBLETAP "Button Tool Doubletap"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_TOOL_TRIPLETAP "Button Tool Tripletap"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_GEAR_DOWN "Button Gear down"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#define BTN_LABEL_PROP_BTN_GEAR_UP "Button Gear up"
f78b12e570284aa8291f4ca1add24937fd107403vboxsync
f78b12e570284aa8291f4ca1add24937fd107403vboxsync#endif