Level H Engine
|
This is the complete list of members for InputManager, including all inherited members.
getMousePos() | InputManager | static |
isKeyPressed(SDL_Keycode key) | InputManager | static |
isKeyReleased(SDL_Keycode key) | InputManager | static |
isMouseButtonPressed(uint8_t button) | InputManager | static |
isMouseButtonReleased(uint8_t button) | InputManager | static |
keys | InputManager | privatestatic |
mouseButtons | InputManager | privatestatic |
mousePos | InputManager | privatestatic |
NONE enum value | InputManager | private |
pollInputEvent(SDL_Event &incomingEvent) | InputManager | static |
pollKeyEvent(SDL_Event &incomingEvent) | InputManager | privatestatic |
pollMouseEvent(SDL_Event &incomingEvent) | InputManager | privatestatic |
PRESSED enum value | InputManager | private |
RELEASED enum value | InputManager | private |
resetKeys() | InputManager | privatestatic |
state enum name | InputManager | private |
updateInputManager() | InputManager | static |