Xi: define a range of axis labels.
This is copied from linux/input.h, presumably that's the ones at least the Linux kernel can give us for any device. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -43,4 +43,50 @@
|
||||
/* FLOAT, format 32 */
|
||||
#define ACCEL_PROP_VELOCITY_SCALING "Device Accel Velocity Scaling"
|
||||
|
||||
|
||||
/* Axis labels */
|
||||
#define AXIS_LABEL_PROP "Axis Labels"
|
||||
|
||||
#define AXIS_LABEL_PROP_REL_X "Rel X"
|
||||
#define AXIS_LABEL_PROP_REL_Y "Rel Y"
|
||||
#define AXIS_LABEL_PROP_REL_Z "Rel Z"
|
||||
#define AXIS_LABEL_PROP_REL_RX "Rel Rotary X"
|
||||
#define AXIS_LABEL_PROP_REL_RY "Rel Rotary Y"
|
||||
#define AXIS_LABEL_PROP_REL_RZ "Rel Rotary Z"
|
||||
#define AXIS_LABEL_PROP_REL_HWHEEL "Rel Horiz Wheel"
|
||||
#define AXIS_LABEL_PROP_REL_DIAL "Rel Dial"
|
||||
#define AXIS_LABEL_PROP_REL_WHEEL "Rel Vert Wheel"
|
||||
#define AXIS_LABEL_PROP_REL_MISC "Rel Misc"
|
||||
|
||||
/*
|
||||
* Absolute axes
|
||||
*/
|
||||
|
||||
#define AXIS_LABEL_PROP_ABS_X "Abs X"
|
||||
#define AXIS_LABEL_PROP_ABS_Y "Abs Y"
|
||||
#define AXIS_LABEL_PROP_ABS_Z "Abs Z"
|
||||
#define AXIS_LABEL_PROP_ABS_RX "Abs Rotary X"
|
||||
#define AXIS_LABEL_PROP_ABS_RY "Abs Rotary Y"
|
||||
#define AXIS_LABEL_PROP_ABS_RZ "Abs Rotary Z"
|
||||
#define AXIS_LABEL_PROP_ABS_THROTTLE "Abs Throttle"
|
||||
#define AXIS_LABEL_PROP_ABS_RUDDER "Abs Rudder"
|
||||
#define AXIS_LABEL_PROP_ABS_WHEEL "Abs Wheel"
|
||||
#define AXIS_LABEL_PROP_ABS_GAS "Abs Gas"
|
||||
#define AXIS_LABEL_PROP_ABS_BRAKE "Abs Brake"
|
||||
#define AXIS_LABEL_PROP_ABS_HAT0X "Abs Hat 0 X"
|
||||
#define AXIS_LABEL_PROP_ABS_HAT0Y "Abs Hat 0 Y"
|
||||
#define AXIS_LABEL_PROP_ABS_HAT1X "Abs Hat 1 X"
|
||||
#define AXIS_LABEL_PROP_ABS_HAT1Y "Abs Hat 1 Y"
|
||||
#define AXIS_LABEL_PROP_ABS_HAT2X "Abs Hat 2 X"
|
||||
#define AXIS_LABEL_PROP_ABS_HAT2Y "Abs Hat 2 Y"
|
||||
#define AXIS_LABEL_PROP_ABS_HAT3X "Abs Hat 3 X"
|
||||
#define AXIS_LABEL_PROP_ABS_HAT3Y "Abs Hat 3 Y"
|
||||
#define AXIS_LABEL_PROP_ABS_PRESSURE "Abs Pressure"
|
||||
#define AXIS_LABEL_PROP_ABS_DISTANCE "Abs Distance"
|
||||
#define AXIS_LABEL_PROP_ABS_TILT_X "Abs Tilt X"
|
||||
#define AXIS_LABEL_PROP_ABS_TILT_Y "Abs Tilt Y"
|
||||
#define AXIS_LABEL_PROP_ABS_TOOL_WIDTH "Abs Tool Width"
|
||||
#define AXIS_LABEL_PROP_ABS_VOLUME "Abs Volume"
|
||||
#define AXIS_LABEL_PROP_ABS_MISC "Abs Misc"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user