From ef330ed9b4e5d6252134ed137b042593f79d02a9 Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Sun, 21 Feb 2010 04:04:13 +0000 Subject: Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling svn-id: r48101 --- gui/console.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/console.h') 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(); -- cgit v1.2.3