aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.cpp
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.cpp
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.cpp')
-rw-r--r--backends/platform/wii/osystem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp
index 12fe5341cd..e92b03aa23 100644
--- a/backends/platform/wii/osystem.cpp
+++ b/backends/platform/wii/osystem.cpp
@@ -67,6 +67,8 @@ OSystem_Wii::OSystem_Wii() :
_mouseKeyColor(0),
_mouseCursor(NULL),
+ _kbd_active(false),
+
_event_quit(false),
_savefile(NULL),