|
| enum | NancyAction {
kNancyActionMoveUp,
kNancyActionMoveDown,
kNancyActionMoveLeft,
kNancyActionMoveRight,
kNancyActionMoveFast,
kNancyActionLeftClick,
kNancyActionRightClick,
kNancyActionOpenMainMenu,
kNancyActionShowRaycastMap
} |
| |
|
|
void | processEvents () |
| |
|
NancyInput | getInput () const |
| |
|
void | forceCleanInput () |
| |
|
void | setMouseInputEnabled (bool enabled) |
| |
|
void | setKeymapEnabled (Common::String keymapName, bool enabled) |
| |
|
void | setVKEnabled (bool enabled) |
| |
|
|
static const char * | _mazeKeymapID |
| |
The documentation for this class was generated from the following file: