dtCore::InputMapperCallback Class Reference

The input mapper callback interface. More...

#include <inputmapper.h>

List of all members.

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.


Detailed Description

The input mapper callback interface.

Constructor & Destructor Documentation

virtual dtCore::InputMapperCallback::~InputMapperCallback (  )  [inline, virtual]


Member Function Documentation

virtual void dtCore::InputMapperCallback::ButtonMappingAcquired ( ButtonMapping mapping  )  [inline, virtual]

Notifies the listener that the button mapping acquisition has completed.

Parameters:
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.

Parameters:
mapping the newly acquired axis mapping, or NULL if the user canceled the acquisition


http://www.delta3d.org
2.0.0 generated 14 Feb 2008