From 2243197f502c06076f493151429e3188b9c2a760 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 30 Jun 2007 12:26:59 +0000 Subject: Changed GUI system to use Common::KeyState state svn-id: r27786 --- gui/about.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/about.h') diff --git a/gui/about.h b/gui/about.h index a1ee96b090..d62510b1a6 100644 --- a/gui/about.h +++ b/gui/about.h @@ -52,8 +52,8 @@ public: void drawDialog(); void handleTickle(); void handleMouseUp(int x, int y, int button, int clickCount); - void handleKeyDown(uint16 ascii, int keycode, int modifiers); - void handleKeyUp(uint16 ascii, int keycode, int modifiers); + void handleKeyDown(Common::KeyState state); + void handleKeyUp(Common::KeyState state); void reflowLayout(); }; -- cgit v1.2.3