aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/wince.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/wince.cpp')
-rw-r--r--backends/wince/wince.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/wince/wince.cpp b/backends/wince/wince.cpp
index d90797d4d8..100a339ba4 100644
--- a/backends/wince/wince.cpp
+++ b/backends/wince/wince.cpp
@@ -1116,6 +1116,7 @@ void save_key_mapping() {
void OSystem_WINCE3::addEventKeyPressed(int ascii_code) {
_event.event_code = EVENT_KEYDOWN;
_event.kbd.ascii = ascii_code;
+ _event.kbd.keycode = ascii_code;
}
void OSystem_WINCE3::addEventRightButtonClicked() {