X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2Finit.cpp;h=a0ea7b51ba5d614a3df13814c4eee90468d6fe1d;hb=6513b55584093a86ce1e369e054263dd75c295c8;hp=f4bcd01f45a230c4a1d928f967f60c0ff494ba19;hpb=86d82a0b535e88d841a927f3574cc9bd228f55fe;p=blank.git diff --git a/src/app/init.cpp b/src/app/init.cpp index f4bcd01..a0ea7b5 100644 --- a/src/app/init.cpp +++ b/src/app/init.cpp @@ -91,6 +91,8 @@ InitVideo::InitVideo() { if (SDL_InitSubSystem(SDL_INIT_VIDEO) != 0) { throw SDLError("SDL_InitSubSystem(SDL_INIT_VIDEO)"); } + // SDL seems to start out in text input state + SDL_StopTextInput(); } InitVideo::~InitVideo() {