#include <logicalinputdevice.h>

Public Member Functions | |
| AxisMapping () | |
Protected Member Functions | |
| virtual | ~AxisMapping () |
| virtual void | SetTargetAxis (LogicalAxis *targetAxis)=0 |
| Sets the target axis. | |
| virtual LogicalAxis * | GetTargetAxis ()=0 |
| Gets the target axis. | |
Friends | |
| class | LogicalAxis |
| dtCore::AxisMapping::AxisMapping | ( | ) |
| dtCore::AxisMapping::~AxisMapping | ( | ) | [protected, virtual] |
| virtual void dtCore::AxisMapping::SetTargetAxis | ( | LogicalAxis * | targetAxis | ) | [protected, pure virtual] |
Sets the target axis.
| targetAxis | the new target axis |
Implemented in dtCore::AxisToAxis, dtCore::AxesToAxis, dtCore::ButtonsToAxis, and dtCore::ButtonAxisToAxis.
| virtual LogicalAxis* dtCore::AxisMapping::GetTargetAxis | ( | ) | [protected, pure virtual] |
Gets the target axis.
Implemented in dtCore::AxisToAxis, dtCore::AxesToAxis, dtCore::ButtonsToAxis, and dtCore::ButtonAxisToAxis.
friend class LogicalAxis [friend] |