Commit ef355146 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40286
parent 07540b76
...@@ -180,7 +180,7 @@ void GEM_PumpEvents(_THIS) ...@@ -180,7 +180,7 @@ void GEM_PumpEvents(_THIS)
/* Key unpressed ? */ /* Key unpressed ? */
if (gem_previouskeyboard[i] && !gem_currentkeyboard[i]) 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)); memcpy(gem_previouskeyboard,gem_currentkeyboard,sizeof(gem_previouskeyboard));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment