aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.h
diff options
context:
space:
mode:
authorAndre Heider2009-02-15 15:28:05 +0000
committerAndre Heider2009-02-15 15:28:05 +0000
commitb882723f20b7b5cd90e1ab8314bbe34d55ef6253 (patch)
treefae3b28e324f4659e230024d4f2062caeb0e5367 /backends/platform/wii/osystem.h
parent7d29bde4ed6807282427b2631d9db2e92a88bb38 (diff)
downloadscummvm-rg350-b882723f20b7b5cd90e1ab8314bbe34d55ef6253.tar.gz
scummvm-rg350-b882723f20b7b5cd90e1ab8314bbe34d55ef6253.tar.bz2
scummvm-rg350-b882723f20b7b5cd90e1ab8314bbe34d55ef6253.zip
moved the keyboard event thread to libwiikeyboard.
svn-id: r38258
Diffstat (limited to 'backends/platform/wii/osystem.h')
-rw-r--r--backends/platform/wii/osystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h
index 5186a5053b..9acb02678c 100644
--- a/backends/platform/wii/osystem.h
+++ b/backends/platform/wii/osystem.h
@@ -87,6 +87,8 @@ private:
u8 _mouseKeyColor;
u8 *_mouseCursor;
+ bool _kbd_active;
+
bool _event_quit;
u32 _lastPadCheck;