enum Input::EventType
Different types of possible input event callbacks.
Values
| Name | Value | Description |
|---|---|---|
ButtonUp |
0 |
|
ButtonDown |
1 |
|
PointerMoved |
2 |
|
PointerUp |
3 |
|
PointerDown |
4 |
|
PointerDoubleClick |
5 |
|
TextInput |
6 |
|
Command |
7 |