diff options
-rw-r--r-- | sword2/driver/rdwin.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp index e795439ea9..7169d26380 100644 --- a/sword2/driver/rdwin.cpp +++ b/sword2/driver/rdwin.cpp @@ -160,8 +160,7 @@ void Sword2State::parseEvents() { if (event.kbd.keycode == 'w') GrabScreenShot(); } - WriteKey(event.kbd.keycode); - + WriteKey(event.kbd.ascii); break; case OSystem::EVENT_MOUSEMOVE: mousex = event.mouse.x; |