*** empty log message ***

This commit is contained in:
Sam Lantinga
2002-02-22 17:39:11 +00:00
parent 76b2f0f6fe
commit c368187c6f

View File

@@ -180,7 +180,7 @@ void GEM_PumpEvents(_THIS)
/* Key unpressed ? */
if (gem_previouskeyboard[i] && !gem_currentkeyboard[i])
SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(i, 0, &keysym));
SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(i, gem_currentascii[i], &keysym));
}
memcpy(gem_previouskeyboard,gem_currentkeyboard,sizeof(gem_previouskeyboard));