Package xyz.cp74.evdev
Interface Axis
-
public interface AxisAxis Mapping of different axis codes. As defined in linux kernel source code.- Author:
- Christian Paul
-
-
Field Summary
Fields Modifier and Type Field Description static intBRAKEstatic intDISTANCEstatic intGASstatic intHATstatic intHAT0Ystatic intHAT1Xstatic intHAT1Ystatic intHAT2Xstatic intHAT2Ystatic intHAT3Xstatic intHAT3Ystatic intMISCstatic intMT_BLOB_IDstatic intMT_DISTANCEstatic intMT_ORIENTATIONstatic intMT_POSITION_Xstatic intMT_POSITION_Ystatic intMT_PRESSUREstatic intMT_SLOTstatic intMT_TOOL_TYPEstatic intMT_TOOL_Xstatic intMT_TOOL_Ystatic intMT_TOUCH_MAJORstatic intMT_TOUCH_MINORstatic intMT_TRACKING_IDstatic intMT_WIDTH_MAJORstatic intMT_WIDTH_MINORstatic intPRESSUREstatic intRESERVEDstatic intRUDDERstatic intRXstatic intRYstatic intRZstatic intTHROTTLEstatic intTILT_Xstatic intTILT_Ystatic intTOOL_WIDTHstatic intVOLUMEstatic intWHEELstatic intXstatic intYstatic intZ
-
-
-
Field Detail
-
X
static final int X
- See Also:
- Constant Field Values
-
Y
static final int Y
- See Also:
- Constant Field Values
-
Z
static final int Z
- See Also:
- Constant Field Values
-
RX
static final int RX
- See Also:
- Constant Field Values
-
RY
static final int RY
- See Also:
- Constant Field Values
-
RZ
static final int RZ
- See Also:
- Constant Field Values
-
THROTTLE
static final int THROTTLE
- See Also:
- Constant Field Values
-
RUDDER
static final int RUDDER
- See Also:
- Constant Field Values
-
WHEEL
static final int WHEEL
- See Also:
- Constant Field Values
-
GAS
static final int GAS
- See Also:
- Constant Field Values
-
BRAKE
static final int BRAKE
- See Also:
- Constant Field Values
-
HAT
static final int HAT
- See Also:
- Constant Field Values
-
HAT0Y
static final int HAT0Y
- See Also:
- Constant Field Values
-
HAT1X
static final int HAT1X
- See Also:
- Constant Field Values
-
HAT1Y
static final int HAT1Y
- See Also:
- Constant Field Values
-
HAT2X
static final int HAT2X
- See Also:
- Constant Field Values
-
HAT2Y
static final int HAT2Y
- See Also:
- Constant Field Values
-
HAT3X
static final int HAT3X
- See Also:
- Constant Field Values
-
HAT3Y
static final int HAT3Y
- See Also:
- Constant Field Values
-
PRESSURE
static final int PRESSURE
- See Also:
- Constant Field Values
-
DISTANCE
static final int DISTANCE
- See Also:
- Constant Field Values
-
TILT_X
static final int TILT_X
- See Also:
- Constant Field Values
-
TILT_Y
static final int TILT_Y
- See Also:
- Constant Field Values
-
TOOL_WIDTH
static final int TOOL_WIDTH
- See Also:
- Constant Field Values
-
VOLUME
static final int VOLUME
- See Also:
- Constant Field Values
-
MISC
static final int MISC
- See Also:
- Constant Field Values
-
RESERVED
static final int RESERVED
- See Also:
- Constant Field Values
-
MT_SLOT
static final int MT_SLOT
- See Also:
- Constant Field Values
-
MT_TOUCH_MAJOR
static final int MT_TOUCH_MAJOR
- See Also:
- Constant Field Values
-
MT_TOUCH_MINOR
static final int MT_TOUCH_MINOR
- See Also:
- Constant Field Values
-
MT_WIDTH_MAJOR
static final int MT_WIDTH_MAJOR
- See Also:
- Constant Field Values
-
MT_WIDTH_MINOR
static final int MT_WIDTH_MINOR
- See Also:
- Constant Field Values
-
MT_ORIENTATION
static final int MT_ORIENTATION
- See Also:
- Constant Field Values
-
MT_POSITION_X
static final int MT_POSITION_X
- See Also:
- Constant Field Values
-
MT_POSITION_Y
static final int MT_POSITION_Y
- See Also:
- Constant Field Values
-
MT_TOOL_TYPE
static final int MT_TOOL_TYPE
- See Also:
- Constant Field Values
-
MT_BLOB_ID
static final int MT_BLOB_ID
- See Also:
- Constant Field Values
-
MT_TRACKING_ID
static final int MT_TRACKING_ID
- See Also:
- Constant Field Values
-
MT_PRESSURE
static final int MT_PRESSURE
- See Also:
- Constant Field Values
-
MT_DISTANCE
static final int MT_DISTANCE
- See Also:
- Constant Field Values
-
MT_TOOL_X
static final int MT_TOOL_X
- See Also:
- Constant Field Values
-
MT_TOOL_Y
static final int MT_TOOL_Y
- See Also:
- Constant Field Values
-
-