Mercurial > sdl-ios-xcode
changeset 284:d8b7eae78652
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 21 Feb 2002 21:51:29 +0000 |
parents | 3d8b6b9f1e18 |
children | e5a489f0288c |
files | src/video/ataricommon/SDL_biosevents.c src/video/ataricommon/SDL_gemdosevents.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);