#include <mitkEventMapperAddOn.h>
Public Member Functions | |
virtual void | ForwardEvent (const mitk::StateEvent *e)=0 |
The event mapper addon resembles an interface, that allows addons, which are not stored in the core
to be used inside the core. For an additional input device it is mandatory to inherit from this class.
This interface is not intended to be implemented by clients.
Definition at line 32 of file mitkEventMapperAddOn.h.
virtual void mitk::EventMapperAddOn::ForwardEvent | ( | const mitk::StateEvent * | e ) | [pure virtual] |
Forwards an event fired by the driver of device to the mitk::GlobalInteraction
e | the event, who should be processed |
Implemented in mitk::SpaceNavigatorAddOn, and mitk::WiiMoteAddOn.