

Definition at line 11 of file HelpInput.h.
Public Member Functions | |
| HelpInput (GameState *state) | |
| Escape, space or mouse click quit state. | |
| virtual void | mouseEvent (const MouseStroke &buttons) |
Protected Member Functions | |
| virtual void | enableHelp () |
| virtual void | enableMenu () |
| virtual void | specStroke (const KeyStroke &stroke) |
| Quits on unhandled keypress. | |
|
|
Escape, space or mouse click quit state.
Definition at line 19 of file HelpInput.cpp. 00020 : StateInput(state) 00021 { 00022 }
|
|
|
Reimplemented from StateInput. Definition at line 13 of file HelpInput.h. 00013 { quitState(); }
|
|
|
Reimplemented from StateInput. Definition at line 14 of file HelpInput.h. 00014 { quitState(); }
|
|
|
Reimplemented from InputHandler. Definition at line 34 of file HelpInput.cpp. 00035 {
00036 quitState();
00037 }
|
|
|
Quits on unhandled keypress.
Reimplemented from StateInput. Definition at line 28 of file HelpInput.cpp. 00029 {
00030 quitState();
00031 }
|
1.4.2