OIS 1.6
Object-oriented Input System
Loading...
Searching...
No Matches
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.
Public Attributes inherited from OIS::EventArg
const Objectdevice
 Pointer to the Input Device.

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: