OIS
1.5
Object-oriented Input System
|
#include <OISJoyStick.h>
Public Member Functions | |
JoyStickEvent (Object *obj, const JoyStickState &st) | |
virtual | ~JoyStickEvent () |
Public Member Functions inherited from OIS::EventArg | |
EventArg (Object *obj) | |
virtual | ~EventArg () |
Public Attributes | |
const JoyStickState & | state |
Public Attributes inherited from OIS::EventArg | |
const Object * | device |
Pointer to the Input Device. More... | |
Specialised for joystick events
|
inline |
|
inlinevirtual |
const JoyStickState& OIS::JoyStickEvent::state |