Crazy Eddie's GUI System
0.8.7
|
Public Member Functions | |
void | reset () |
uint | get () const |
bool | isPressed (SystemKey key) const |
void | keyPressed (Key::Scan key) |
notify that the given key was presed | |
void | keyReleased (Key::Scan key) |
notify that the given key was released. | |
void | mouseButtonPressed (MouseButton button) |
notify that the given mouse button was pressed. | |
void | mouseButtonReleased (MouseButton button) |
notify that the given mouse button was released. | |
Static Public Member Functions | |
static SystemKey | mouseButtonToSystemKey (MouseButton button) |
static SystemKey | keyCodeToSystemKey (Key::Scan key) |