#include <OgreHapticsDevice.h>
Public Member Functions | |
virtual | ~DeviceListener () |
Virtual destructor. | |
virtual void | buttonPressed (const DeviceEvent &evt) |
Called when a button on the device has been pressed. | |
virtual void | buttonReleased (const DeviceEvent &evt) |
Called when a button on the device has been release. | |
virtual void | calibrationStateChanged (const DeviceEvent &evt) |
Called when the calibration state of the device has been changed. |
Definition at line 249 of file OgreHapticsDevice.h.
virtual OgreHaptics::DeviceListener::~DeviceListener | ( | ) | [virtual] |
virtual void OgreHaptics::DeviceListener::buttonPressed | ( | const DeviceEvent & | evt | ) | [virtual] |
Called when a button on the device has been pressed.
Definition at line 257 of file OgreHapticsDevice.h.
virtual void OgreHaptics::DeviceListener::buttonReleased | ( | const DeviceEvent & | evt | ) | [virtual] |
Called when a button on the device has been release.
Definition at line 259 of file OgreHapticsDevice.h.
virtual void OgreHaptics::DeviceListener::calibrationStateChanged | ( | const DeviceEvent & | evt | ) | [virtual] |
Called when the calibration state of the device has been changed.
Definition at line 261 of file OgreHapticsDevice.h.
Last modified Tue Jan 6 22:31:26 2009