mirror of
https://github.com/yawut/SDL.git
synced 2026-06-13 12:10:35 -05:00
*** empty log message ***
This commit is contained in:
parent
33fd976b90
commit
76b2f0f6fe
|
|
@ -139,7 +139,7 @@ void AtariBios_PumpEvents(_THIS)
|
|||
|
||||
/* 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);
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ void AtariGemdos_PumpEvents(_THIS)
|
|||
|
||||
/* 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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user