diff options
Diffstat (limited to 'gui/console.h')
-rw-r--r-- | gui/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/console.h b/gui/console.h index ea28e5b449..c683a1f619 100644 --- a/gui/console.h +++ b/gui/console.h @@ -140,7 +140,7 @@ public: void handleTickle(); void reflowLayout(); void handleMouseWheel(int x, int y, int direction); - void handleKeyDown(uint16 ascii, int keycode, int modifiers); + void handleKeyDown(Common::KeyState state); void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); int printf(const char *format, ...); |