#include <OISMouse.h>
Public Member Functions | |
| MouseEvent (Object *obj, const MouseState &ms) | |
| virtual | ~MouseEvent () |
Public Attributes | |
| const MouseState & | state |
| The state of the mouse - including buttons and axes. | |
Definition at line 79 of file OISMouse.h.
| OIS::MouseEvent::MouseEvent | ( | Object * | obj, | |
| const MouseState & | ms | |||
| ) | [inline] |
Definition at line 82 of file OISMouse.h.
| virtual OIS::MouseEvent::~MouseEvent | ( | ) | [inline, virtual] |
Definition at line 83 of file OISMouse.h.
| const MouseState& OIS::MouseEvent::state |
The state of the mouse - including buttons and axes.
Definition at line 86 of file OISMouse.h.
Referenced by EventHandler::mouseMoved().
1.5.4