enum Evdev::Codes::Abs
Defined in:
enums.cr:28enums.cr:687
Enum Members
-
X =
0
-
Y =
1
-
Z =
2
-
Rx =
3
-
Ry =
4
-
Rz =
5
-
Throttle =
6
-
Rudder =
7
-
Wheel =
8
-
Gas =
9
-
Brake =
10
-
Hat0x =
16
-
Hat0y =
17
-
Hat1x =
18
-
Hat1y =
19
-
Hat2x =
20
-
Hat2y =
21
-
Hat3x =
22
-
Hat3y =
23
-
Pressure =
24
-
Distance =
25
-
TiltX =
26
-
TiltY =
27
-
ToolWidth =
28
-
Volume =
32
-
Misc =
40
-
Reserved =
46
-
MtSlot =
47
-
MtTouchMajor =
48
-
MtTouchMinor =
49
-
MtWidthMajor =
50
-
MtWidthMinor =
51
-
MtOrientation =
52
-
MtPositionX =
53
-
MtPositionY =
54
-
MtToolType =
55
-
MtBlobId =
56
-
MtTrackingId =
57
-
MtPressure =
58
-
MtDistance =
59
-
MtToolX =
60
-
MtToolY =
61
Instance Method Summary
- #brake?
- #distance?
- #gas?
- #hat0x?
- #hat0y?
- #hat1x?
- #hat1y?
- #hat2x?
- #hat2y?
- #hat3x?
- #hat3y?
- #misc?
- #mt_blob_id?
- #mt_distance?
- #mt_orientation?
- #mt_position_x?
- #mt_position_y?
- #mt_pressure?
- #mt_slot?
- #mt_tool_type?
- #mt_tool_x?
- #mt_tool_y?
- #mt_touch_major?
- #mt_touch_minor?
- #mt_tracking_id?
- #mt_width_major?
- #mt_width_minor?
- #pressure?
- #reserved?
- #rudder?
- #rx?
- #ry?
- #rz?
- #throttle?
- #tilt_x?
- #tilt_y?
- #tool_width?
- #type
- #volume?
- #wheel?
- #x?
- #y?
- #z?