Mercurial > sdl-ios-xcode
diff src/video/ataricommon/SDL_gemdosevents.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_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);