Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
OIS::MouseEvent Class Reference

Specialised for mouse events. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/ois/OISMouse.h>

Inheritance diagram for OIS::MouseEvent:
OIS::EventArg

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 MouseStatestate
 The state of the mouse - including buttons and axes. More...
 
- Public Attributes inherited from OIS::EventArg
const Objectdevice
 Pointer to the Input Device. More...
 

Detailed Description

Specialised for mouse events.

Constructor & Destructor Documentation

OIS::MouseEvent::MouseEvent ( Object obj,
const MouseState ms 
)
inline
virtual OIS::MouseEvent::~MouseEvent ( )
inlinevirtual

Member Data Documentation

const MouseState& OIS::MouseEvent::state

The state of the mouse - including buttons and axes.


The documentation for this class was generated from the following file: