|
Planeshift
|
This interface receive OnFingering notification from the FingeringWindow. More...
#include <pawsconfigkeys.h>
Public Member Functions | |
| virtual bool | OnFingering (csString string, psControl::Device device, uint button, uint32 mods)=0 |
| Returns whether the combo was accepted and the fingering window should hide. | |
| virtual | ~pawsFingeringReceiver () |
This interface receive OnFingering notification from the FingeringWindow.
Definition at line 49 of file pawsconfigkeys.h.
| virtual pawsFingeringReceiver::~pawsFingeringReceiver | ( | ) | [inline, virtual] |
Definition at line 54 of file pawsconfigkeys.h.
| virtual bool pawsFingeringReceiver::OnFingering | ( | csString | string, |
| psControl::Device | device, | ||
| uint | button, | ||
| uint32 | mods | ||
| ) | [pure virtual] |
Returns whether the combo was accepted and the fingering window should hide.
Implemented in pawsConfigKeys, and pawsShortcutWindow.
1.7.3