OIS  1.5
Object-oriented Input System
Public Member Functions | Public Attributes | List of all members
OIS::MouseEvent Class Reference

#include <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

◆ MouseEvent()

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

◆ ~MouseEvent()

virtual OIS::MouseEvent::~MouseEvent ( )
inlinevirtual

Member Data Documentation

◆ state

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: