#include <KeyboardEvent.h>
Public Types | |
| enum | Type { KEY_UP, KEY_DOWN } |
Public Member Functions | |
| KeyboardEvent (Type type, int key) | |
| Type | getType (void) const |
| int | getKey (void) const |
| bool | getState (void) const |
Definition at line 8 of file KeyboardEvent.h.
| RenderTools::KeyboardEvent::KeyboardEvent | ( | Type | type, | |
| int | key | |||
| ) |
Definition at line 6 of file KeyboardEvent.cpp.
| int RenderTools::KeyboardEvent::getKey | ( | void | ) | const |
Definition at line 18 of file KeyboardEvent.cpp.
| bool RenderTools::KeyboardEvent::getState | ( | void | ) | const |
Definition at line 22 of file KeyboardEvent.cpp.
| KeyboardEvent::Type RenderTools::KeyboardEvent::getType | ( | void | ) | const |
Definition at line 14 of file KeyboardEvent.cpp.
1.5.8