#include <OISEvents.h>
Public Member Functions | |
| EventArg (Object *obj) | |
| virtual | ~EventArg () |
Public Attributes | |
| const Object * | device |
| Pointer to the Input Device. | |
Definition at line 32 of file OISEvents.h.
| OIS::EventArg::EventArg | ( | Object * | obj | ) | [inline] |
Definition at line 35 of file OISEvents.h.
| virtual OIS::EventArg::~EventArg | ( | ) | [inline, virtual] |
Definition at line 36 of file OISEvents.h.
| const Object* OIS::EventArg::device |
Pointer to the Input Device.
Definition at line 39 of file OISEvents.h.
Referenced by EventHandler::keyPressed().
1.5.4