#include <src/ois/OISKeyboard.h>
Public Member Functions | |
KeyEvent (Object *obj, KeyCode kc, unsigned int txt) | |
virtual | ~KeyEvent () |
Public Attributes | |
const KeyCode | key |
KeyCode of event. | |
unsigned int | text |
Text character, depends on current TextTranslationMode. |
virtual OIS::KeyEvent::~KeyEvent | ( | ) | [inline, virtual] |
const KeyCode OIS::KeyEvent::key |
KeyCode of event.
Referenced by orxonox::InputManager::keyPressed(), and orxonox::InputManager::keyReleased().
unsigned int OIS::KeyEvent::text |
Text character, depends on current TextTranslationMode.