|
PGR Copakond OpenGL Engine - Bowling
|
Go to the source code of this file.
Classes | |
| class | copakond::Input |
| Global input manager tracking keyboard states and mouse deltas. More... | |
Namespaces | |
| namespace | copakond |
| PGR Semestral work with sample scenes and bowling. doxygen was generated with a help of LLM. | |
Macros | |
| #define | IS_SPECIAL_KEY 256 |
| #define | KEY_ESC 27 |
| #define | KEY_BACKSPACE 8 |
| #define | KEY_SHIFT 513 |
| #define | KEY_ENTER 13 |
| #define | KEY_SPACE ' ' |
| #define | MOUSE_BUTTON_LEFT 514 |
| #define | MOUSE_BUTTON_RIGHT 515 |
| #define | MOUSE_BUTTON_MIDDLE 516 |
| #define IS_SPECIAL_KEY 256 |
| #define KEY_BACKSPACE 8 |
| #define KEY_ENTER 13 |
| #define KEY_ESC 27 |
| #define KEY_SHIFT 513 |
| #define KEY_SPACE ' ' |
| #define MOUSE_BUTTON_LEFT 514 |
| #define MOUSE_BUTTON_MIDDLE 516 |
| #define MOUSE_BUTTON_RIGHT 515 |