Mercurial > sdl-ios-xcode
diff src/video/ataricommon/SDL_biosevents.c @ 284:d8b7eae78652
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 21 Feb 2002 21:51:29 +0000 |
parents | c5010ab8ba35 |
children | f6ffac90895c |
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);