diff options
author | Yotam Barnoy | 2010-02-21 04:04:13 +0000 |
---|---|---|
committer | Yotam Barnoy | 2010-02-21 04:04:13 +0000 |
commit | ef330ed9b4e5d6252134ed137b042593f79d02a9 (patch) | |
tree | 919c4ae91efca10102936a1833251b48323b8983 /gui/console.h | |
parent | cebb052e2cfd963b95d7357b7c21dc8c437e058a (diff) | |
download | scummvm-rg350-ef330ed9b4e5d6252134ed137b042593f79d02a9.tar.gz scummvm-rg350-ef330ed9b4e5d6252134ed137b042593f79d02a9.tar.bz2 scummvm-rg350-ef330ed9b4e5d6252134ed137b042593f79d02a9.zip |
Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling
svn-id: r48101
Diffstat (limited to 'gui/console.h')
-rw-r--r-- | gui/console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/console.h b/gui/console.h index 52c3394184..bf44bdbe17 100644 --- a/gui/console.h +++ b/gui/console.h @@ -178,6 +178,8 @@ protected: void updateScrollBuffer(); void scrollToCurrent(); + void defaultKeyDownHandler(Common::KeyState &state); + // Line editing void specialKeys(int keycode); void nextLine(); |