Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
OIS::KeyEvent Class Reference

Specialised for key events. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/ois/OISKeyboard.h>

Inheritance diagram for OIS::KeyEvent:
OIS::EventArg

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

const KeyCode key
 KeyCode of event. More...
 
unsigned int text
 Text character, depends on current TextTranslationMode. More...
 
- Public Attributes inherited from OIS::EventArg
const Objectdevice
 Pointer to the Input Device. More...
 

Detailed Description

Specialised for key events.

Constructor & Destructor Documentation

OIS::KeyEvent::KeyEvent ( Object obj,
KeyCode  kc,
unsigned int  txt 
)
inline
virtual OIS::KeyEvent::~KeyEvent ( )
inlinevirtual

Member Data Documentation

const KeyCode OIS::KeyEvent::key

KeyCode of event.

unsigned int OIS::KeyEvent::text

Text character, depends on current TextTranslationMode.


The documentation for this class was generated from the following file: