The KeyEvent - Event class.
More...
#include <input.h>
|
void | setMod (int mod) |
|
void | setAction (int action) |
|
DEPRECATED void | setKey (int key) |
|
void | setKeys (std::list< int > list) |
|
void | setKeyCode (int keycode) |
|
DEPRECATED int | getKeyValue (void) const |
|
std::list< int > | getKeys (void) const |
|
int | getKeyScanCode (void) const |
|
bool | isKeyPressed (int key) const |
|
bool | isKeyReleased (int key) const |
|
bool | isShiftDown (void) const |
|
bool | isControlDown (void) const |
|
bool | isAltDown (void) const |
|
bool | isSuperDown (void) const |
|
The KeyEvent - Event class.
Keyboard Event - Store Keyboard Data
The documentation for this class was generated from the following files:
- include/Container/input.h
- Container/KeyEvent.cpp