#include <inputmapper.h>
Public Member Functions | |
| virtual | ~InputMapperCallback () |
| virtual void | ButtonMappingAcquired (ButtonMapping *mapping) |
| Notifies the listener that the button mapping acquisition has completed. | |
| virtual void | AxisMappingAcquired (AxisMapping *mapping) |
| Notifies the listener that the axis mapping acquisition has completed. | |
| virtual dtCore::InputMapperCallback::~InputMapperCallback | ( | ) | [inline, virtual] |
| virtual void dtCore::InputMapperCallback::ButtonMappingAcquired | ( | ButtonMapping * | mapping | ) | [inline, virtual] |
Notifies the listener that the button mapping acquisition has completed.
| mapping | the newly acquired button mapping, or NULL if the user canceled the acquisition |
| virtual void dtCore::InputMapperCallback::AxisMappingAcquired | ( | AxisMapping * | mapping | ) | [inline, virtual] |
Notifies the listener that the axis mapping acquisition has completed.
| mapping | the newly acquired axis mapping, or NULL if the user canceled the acquisition |