From f82de25bff5cd406c681edc199d4b7344271388f Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Sun, 11 May 2003 14:11:32 +0000 Subject: Fix key mapping bug (hello SF mail server) svn-id: r7456 --- backends/wince/pocketpc.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3