![]() |
Elevate Engine 1
|
#include <ElevateEngine/Inputs/KeyCodes.h>#include <ElevateEngine/Inputs/MouseButtonCodes.h>#include <ElevateEngine/Events/KeyEvent.h>#include <ElevateEngine/Events/MouseEvent.h>#include <ElevateEngine/Inputs/InputBuffer.h>#include <glm/glm.hpp>Go to the source code of this file.
Classes | |
| class | Elevate::Input |
Namespaces | |
| namespace | Elevate |
Macros | |
| #define | KEYBOARD_SIZE 512; |
| #define | MOUSE_SIZE 16; |
| #define | EE_STATE_RELEASED 0 |
| #define | EE_STATE_DOWN 1 |
| #define | EE_STATE_PRESSED 2 |
| #define | EE_STATE_UP 3 |