#include <inputdevice.h>

Public Member Functions | |
| virtual | ~AxisListener () |
| virtual bool | AxisStateChanged (const Axis *axis, double oldState, double newState, double delta)=0 |
| Called when an axis' state has changed. | |
| virtual dtCore::AxisListener::~AxisListener | ( | ) | [inline, virtual] |
| virtual bool dtCore::AxisListener::AxisStateChanged | ( | const Axis * | axis, | |
| double | oldState, | |||
| double | newState, | |||
| double | delta | |||
| ) | [pure virtual] |
Called when an axis' state has changed.
| axis | the changed axis | |
| oldState | the old state of the axis | |
| newState | the new state of the axis | |
| delta | a delta value indicating stateless motion |
Implemented in dtCore::FPSMotionModel::FPSAxisListener, dtCore::InputMapper, dtCore::AxisToAxis, dtCore::AxesToAxis, dtCore::ButtonAxisToAxis, and dtCore::OrbitMotionModel.