OgreHaptics::EventArgs Class Reference

Base class all event arguments must extend. More...

#include <OgreHapticsEvent.h>

Inheritance diagram for OgreHaptics::EventArgs:

OgreHaptics::DeviceEvent

List of all members.

Public Member Functions

 EventArgs ()
 Standard constructor.
 EventArgs (EventType type)
 Typed constructor.
virtual ~EventArgs ()
 Virtual destructor.

Public Attributes

EventType eventType
 The type of event for which the event arguments are passed.


Detailed Description

Base class all event arguments must extend.

Definition at line 35 of file OgreHapticsEvent.h.


Constructor & Destructor Documentation

OgreHaptics::EventArgs::EventArgs (  ) 

Standard constructor.

Definition at line 39 of file OgreHapticsEvent.h.

OgreHaptics::EventArgs::EventArgs ( EventType  type  ) 

Typed constructor.

Definition at line 43 of file OgreHapticsEvent.h.

virtual OgreHaptics::EventArgs::~EventArgs (  )  [virtual]

Virtual destructor.

Definition at line 47 of file OgreHapticsEvent.h.


Member Data Documentation

The type of event for which the event arguments are passed.

Remarks:
Does not have to be unique, do not assume.

Definition at line 54 of file OgreHapticsEvent.h.


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

Last modified Tue Jan 6 22:31:26 2009