aboutsummaryrefslogtreecommitdiff
path: root/sword2/sword2.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-05-31 12:53:55 +0000
committerTorbjörn Andersson2005-05-31 12:53:55 +0000
commit55f98f9b041c4ef2e59215e9cbc2f5190f163cbe (patch)
tree4bf9bf3ae9810f2b4752025b5049028d014c3b03 /sword2/sword2.h
parent0eb4e9411679a927c9fe255b0b1a105920d1a5d8 (diff)
downloadscummvm-rg350-55f98f9b041c4ef2e59215e9cbc2f5190f163cbe.tar.gz
scummvm-rg350-55f98f9b041c4ef2e59215e9cbc2f5190f163cbe.tar.bz2
scummvm-rg350-55f98f9b041c4ef2e59215e9cbc2f5190f163cbe.zip
Added keyboard auto-repeat. (I've been meaning to do that for a long time.)
svn-id: r18302
Diffstat (limited to 'sword2/sword2.h')
-rw-r--r--sword2/sword2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/sword2.h b/sword2/sword2.h
index afa0a2a5b2..ffbe086b24 100644
--- a/sword2/sword2.h
+++ b/sword2/sword2.h
@@ -78,6 +78,7 @@ struct MouseEvent {
struct KeyboardEvent {
bool pending;
+ uint32 repeat;
uint16 ascii;
int keycode;
int modifiers;