--- a/src/video/ataricommon/SDL_biosevents.c Wed Feb 20 01:05:51 2002 +0000
+++ b/src/video/ataricommon/SDL_biosevents.c Thu Feb 21 21:51:29 2002 +0000
@@ -139,7 +139,7 @@
/* Key unpressed ? */
if (bios_previouskeyboard[i] && !bios_currentkeyboard[i])
- SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(i, 0, &keysym));
+ SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(i, bios_currentascii[i], &keysym));
}
AtariXbios_PostMouseEvents(this);
--- a/src/video/ataricommon/SDL_gemdosevents.c Wed Feb 20 01:05:51 2002 +0000
+++ b/src/video/ataricommon/SDL_gemdosevents.c Thu Feb 21 21:51:29 2002 +0000
@@ -144,7 +144,7 @@
/* Key unpressed ? */
if (gemdos_previouskeyboard[i] && !gemdos_currentkeyboard[i])
- SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(i, 0, &keysym));
+ SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(i, gemdos_currentascii[i], &keysym));
}
AtariXbios_PostMouseEvents(this);