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

#include <OISEvents.h>

Inheritance diagram for OIS::EventArg:
OIS::JoyStickEvent OIS::KeyEvent OIS::MouseEvent OIS::MultiTouchEvent

Public Member Functions

 EventArg (Object *obj)
 
virtual ~EventArg ()
 

Public Attributes

const Objectdevice
 Pointer to the Input Device. More...
 

Detailed Description

Base class of all events

Constructor & Destructor Documentation

◆ EventArg()

OIS::EventArg::EventArg ( Object obj)
inlineexplicit

◆ ~EventArg()

virtual OIS::EventArg::~EventArg ( )
inlinevirtual

Member Data Documentation

◆ device

const Object* OIS::EventArg::device

Pointer to the Input Device.


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