OIS
1.5
Object-oriented Input System
|
#include <OISKeyboard.h>
Public Member Functions | |
KeyEvent (Object *obj, KeyCode kc, unsigned int txt) | |
virtual | ~KeyEvent () |
Public Member Functions inherited from OIS::EventArg | |
EventArg (Object *obj) | |
virtual | ~EventArg () |
Public Attributes | |
KeyCode | key |
KeyCode of event. More... | |
unsigned int | text |
Text character, depends on current TextTranslationMode. More... | |
Public Attributes inherited from OIS::EventArg | |
const Object * | device |
Pointer to the Input Device. More... | |
Specialised for key events
|
inlinevirtual |
KeyCode OIS::KeyEvent::key |
KeyCode of event.
unsigned int OIS::KeyEvent::text |
Text character, depends on current TextTranslationMode.