OIS
1.5
Object-oriented Input System
|
#include <OISMouse.h>
Public Member Functions | |
MouseEvent (Object *obj, const MouseState &ms) | |
virtual | ~MouseEvent () |
Public Member Functions inherited from OIS::EventArg | |
EventArg (Object *obj) | |
virtual | ~EventArg () |
Public Attributes | |
const MouseState & | state |
The state of the mouse - including buttons and axes. More... | |
Public Attributes inherited from OIS::EventArg | |
const Object * | device |
Pointer to the Input Device. More... | |
Specialised for mouse events
|
inline |
|
inlinevirtual |
const MouseState& OIS::MouseEvent::state |
The state of the mouse - including buttons and axes.