Regroup all the keys used in the project.
More...
|
| #define | KEY_ESCAPE 65307 |
| | Keycode for the escape key.
|
| |
| #define | KEY_ENTER 65293 |
| | Keycode for the enter key.
|
| |
| #define | KEY_SPACE 32 |
| | Keycode for the space key.
|
| |
| #define | KEY_ARROW_LEFT 65361 |
| | Keycode for the left key.
|
| |
| #define | KEY_ARROW_UP 65362 |
| | Keycode for the up key.
|
| |
| #define | KEY_ARROW_RIGHT 65363 |
| | Keycode for the right key.
|
| |
| #define | KEY_ARROW_DOWN 65364 |
| | Keycode for the down key.
|
| |
| #define | KEY_A 97 |
| | Keycode for the A key.
|
| |
| #define | KEY_W 119 |
| | Keycode for the W key.
|
| |
| #define | KEY_D 100 |
| | Keycode for the D key.
|
| |
| #define | KEY_S 115 |
| | Keycode for the S key.
|
| |
| #define | KEY_C 99 |
| | Keycode for the C key.
|
| |
| #define | KEY_M 109 |
| | Keycode for the M key.
|
| |
| #define | KEY_F 102 |
| | Keycode for the F key.
|
| |
| #define | KEY_V 118 |
| | Keycode for the V key.
|
| |
| #define | KEY_X 120 |
| | Keycode for the X key.
|
| |
Regroup all the keys used in the project.
◆ KEY_A
◆ KEY_ARROW_DOWN
| #define KEY_ARROW_DOWN 65364 |
Keycode for the down key.
◆ KEY_ARROW_LEFT
| #define KEY_ARROW_LEFT 65361 |
Keycode for the left key.
◆ KEY_ARROW_RIGHT
| #define KEY_ARROW_RIGHT 65363 |
Keycode for the right key.
◆ KEY_ARROW_UP
| #define KEY_ARROW_UP 65362 |
◆ KEY_C
◆ KEY_D
◆ KEY_ENTER
Keycode for the enter key.
◆ KEY_ESCAPE
Keycode for the escape key.
◆ KEY_F
◆ KEY_M
◆ KEY_S
◆ KEY_SPACE
Keycode for the space key.
◆ KEY_V
◆ KEY_W
◆ KEY_X
◆ e_movement
Structure used to define the type of movement with directions.
| Enumerator |
|---|
| MV_UP | |
| MV_LEFT | |
| MV_RIGHT | |
| MV_DOWN | |