Merge branch 'sdl2' into sdl2-xcodeproj

This commit is contained in:
Eric Wasylishen 2014-06-11 23:38:13 -06:00
commit dade42eb59

View file

@ -365,6 +365,11 @@ void IN_UpdateForKeydest (void)
Key_ClearStates();
#if !defined(USE_SDL2)
SDL_EnableUNICODE(!gamekey);
#else
if (gamekey)
SDL_StopTextInput();
else
SDL_StartTextInput();
#endif
}
}