enum GUICommandEventType
Type of valid command events.
Values
| Name | Value | Description |
|---|---|---|
Redraw |
0 |
GUI system is forcing the GUI element to redraw itself. |
FocusLost |
1 |
GUI element lost input focus. |
FocusGained |
2 |
GUI element gained input focus. |
MoveLeft |
3 |
Input caret was moved left (for example for navigating an input box). |
MoveRight |
4 |
Input caret was moved right (for example for navigating an input box). |
MoveUp |
5 |
Input caret was moved up (for example for navigating an input box). |
MoveDown |
6 |
Input caret was moved down (for example for navigating an input box). |
SelectLeft |
7 |
Input Selection was moved left (for example for selecting text in an input box). |
SelectRight |
8 |
Input Selection was moved right (for example for selecting text in an input box). |
SelectUp |
9 |
Input Selection was moved up (for example for selecting text in an input box). |
SelectDown |
10 |
Input Selection was moved down (for example for selecting text in an input box). |
Escape |
11 |
Escape key was pressed. |
Delete |
12 |
Delete key was pressed. |
Backspace |
13 |
Backspace key was pressed. |
Return |
14 |
Shift + Enter was pressed. |
Confirm |
15 |
Enter key was pressed. |