aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;