diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 5ace42323..33940ba5e 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -116,6 +116,10 @@ class Gui : public gcn::Gui void updateFonts(); + bool handleInput(); + + bool handleKeyInput2(); + /** * Cursors are in graphic order from left to right. * CURSOR_POINTER should be left untouched. |