|
R-PAGE
Resistance's Portable-Adventure-Game-Engine
|
Go to the source code of this file.
Macros | |
| #define | MOUSE_CURSOR_POINT 0 |
| #define | MOUSE_CURSOR_WAIT 1 |
| #define | MOUSE_CURSOR_READ 2 |
| #define | SYSTEM_CURSOR_HEIGHT 16L |
Variables | |
| vec2 | system_cursors_hotspot [3] |
| UWORD chip | system_cursors_img [3][36] |
| vec2 | game_cursors_hotspot [4] |
| UWORD chip | game_cursors_img [4][36] |
| #define MOUSE_CURSOR_POINT 0 |
Definition at line 11 of file mouse_ptr.h.
| #define MOUSE_CURSOR_READ 2 |
Definition at line 13 of file mouse_ptr.h.
| #define MOUSE_CURSOR_WAIT 1 |
Definition at line 12 of file mouse_ptr.h.
| #define SYSTEM_CURSOR_HEIGHT 16L |
Definition at line 15 of file mouse_ptr.h.
| vec2 game_cursors_hotspot[4] |
| UWORD chip game_cursors_img[4][36] |
| vec2 system_cursors_hotspot[3] |
| UWORD chip system_cursors_img[3][36] |
1.8.11