#include <src/ois/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. |
OIS::MouseEvent::MouseEvent | ( | Object * | obj, | |
const MouseState & | ms | |||
) | [inline] |
virtual OIS::MouseEvent::~MouseEvent | ( | ) | [inline, virtual] |
const MouseState& OIS::MouseEvent::state |
The state of the mouse - including buttons and axes.
Referenced by orxonox::InputManager::mouseMoved().