aboutsummaryrefslogtreecommitdiff
path: root/backends/wince
diff options
context:
space:
mode:
authorNicolas Bacca2003-05-11 14:11:32 +0000
committerNicolas Bacca2003-05-11 14:11:32 +0000
commitf82de25bff5cd406c681edc199d4b7344271388f (patch)
tree0811bd5836c899224fa091e340886d591de3e1d4 /backends/wince
parentab520960fef0805a17484a2c8fe818196103a030 (diff)
downloadscummvm-rg350-f82de25bff5cd406c681edc199d4b7344271388f.tar.gz
scummvm-rg350-f82de25bff5cd406c681edc199d4b7344271388f.tar.bz2
scummvm-rg350-f82de25bff5cd406c681edc199d4b7344271388f.zip
Fix key mapping bug (hello SF mail server)
svn-id: r7456
Diffstat (limited to 'backends/wince')
-rw-r--r--backends/wince/pocketpc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/wince/pocketpc.cpp b/backends/wince/pocketpc.cpp
index b0f5924f25..877cf26cfd 100644
--- a/backends/wince/pocketpc.cpp
+++ b/backends/wince/pocketpc.cpp
@@ -132,6 +132,8 @@ BOOL PPCWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, OSystem_W
Translate(&x, &y);
+ wm->_event.kbd.flags = 0;
+
if (draw_keyboard) {
// Handle keyboard selection
int offset_y;