#include <events.h>
Public Member Functions | |
virtual bool | mapEvent (const Event &ev, List< Event > &mappedEvents)=0 |
A event mapper that maps events to others.
An example for this is the Keymapper.
|
pure virtual |
Map an incoming event to one or more action events.
Implemented in Common::Keymapper.