Enum AndroidAxis
Enum used to identity the axis type in the Android motion input event. See axis. See https://developer.android.com/reference/android/view/MotionEvent#constants_1 for more details.
Namespace: UnityEngine.InputSystem.Android.LowLevel
Syntax
public enum AndroidAxis
Fields
Name | Description | Value |
---|---|---|
X | X axis of a motion event. |
0 |
Y | Y axis of a motion event. |
1 |
Pressure | Pressure axis of a motion event. |
2 |
Size | Size axis of a motion event. |
3 |
TouchMajor | TouchMajor axis of a motion event. |
4 |
TouchMinor | TouchMinor axis of a motion event. |
5 |
ToolMajor | ToolMajor axis of a motion event. |
6 |
ToolMinor | ToolMinor axis of a motion event. |
7 |
Orientation | Orientation axis of a motion event. |
8 |
Vscroll | Vertical Scroll of a motion event. |
9 |
Hscroll | Horizontal Scroll axis of a motion event. |
10 |
Z | Z axis of a motion event. |
11 |
Rx | X Rotation axis of a motion event. |
12 |
Ry | Y Rotation axis of a motion event. |
13 |
Rz | Z Rotation axis of a motion event. |
14 |
HatX | Hat X axis of a motion event. |
15 |
HatY | Hat Y axis of a motion event. |
16 |
Ltrigger | Left Trigger axis of a motion event. |
17 |
Rtrigger | Right Trigger axis of a motion event. |
18 |
Throttle | Throttle axis of a motion event. |
19 |
Rudder | Rudder axis of a motion event. |
20 |
Wheel | Wheel axis of a motion event. |
21 |
Gas | Gas axis of a motion event. |
22 |
Brake | Break axis of a motion event. |
23 |
Distance | Distance axis of a motion event. |
24 |
Tilt | Tilt axis of a motion event. |
25 |
Generic1 | Generic 1 axis of a motion event. |
32 |
Generic2 | Generic 2 axis of a motion event. |
33 |
Generic3 | Generic 3 axis of a motion event. |
34 |
Generic4 | Generic 4 axis of a motion event. |
35 |
Generic5 | Generic 5 axis of a motion event. |
36 |
Generic6 | Generic 6 axis of a motion event. |
37 |
Generic7 | Generic 7 axis of a motion event. |
38 |
Generic8 | Generic 8 axis of a motion event. |
39 |
Generic9 | Generic 9 axis of a motion event. |
40 |
Generic10 | Generic 10 axis of a motion event. |
41 |
Generic11 | Generic 11 axis of a motion event. |
42 |
Generic12 | Generic 12 axis of a motion event. |
43 |
Generic13 | Generic 13 axis of a motion event. |
44 |
Generic14 | Generic 14 axis of a motion event. |
45 |
Generic15 | Generic 15 axis of a motion event. |
46 |
Generic16 | Generic 16 axis of a motion event. |
47 |