enum InputCommandType
Types of special input commands.
Values
| Name | Value | Description |
|---|---|---|
CursorMoveLeft |
0 |
|
CursorMoveRight |
1 |
|
CursorMoveUp |
2 |
|
CursorMoveDown |
3 |
|
SelectLeft |
4 |
|
SelectRight |
5 |
|
SelectUp |
6 |
|
SelectDown |
7 |
|
Escape |
8 |
|
Delete |
9 |
|
Backspace |
10 |
|
Return |
11 |
|
Confirm |
12 |
|
Tab |
13 |