aboutsummaryrefslogtreecommitdiff
path: root/gui/about.h
diff options
context:
space:
mode:
authorMax Horn2007-06-30 12:26:59 +0000
committerMax Horn2007-06-30 12:26:59 +0000
commit2243197f502c06076f493151429e3188b9c2a760 (patch)
treee80f331d5cdd944cec632a74dd081a166858b093 /gui/about.h
parent9720742722bc61bb3cb0c8240417816855ea4ef7 (diff)
downloadscummvm-rg350-2243197f502c06076f493151429e3188b9c2a760.tar.gz
scummvm-rg350-2243197f502c06076f493151429e3188b9c2a760.tar.bz2
scummvm-rg350-2243197f502c06076f493151429e3188b9c2a760.zip
Changed GUI system to use Common::KeyState state
svn-id: r27786
Diffstat (limited to 'gui/about.h')
-rw-r--r--gui/about.h4
1 files changed, 2 insertions, 2 deletions
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();
};