force text input off at startup just in case...

master
Lee Salzman 2013-03-05 03:11:42 +02:00
parent a1f61e81bc
commit a7b4670a68
1 changed files with 1 additions and 0 deletions

View File

@ -1057,6 +1057,7 @@ int main(int argc, char **argv)
logoutf("init: video: misc");
keyrepeat(false);
SDL_ShowCursor(SDL_FALSE);
SDL_StopTextInput(); // workaround for spurious text-input events getting sent on first text input toggle?
logoutf("init: gl");
gl_checkextensions();