Make sure text input is turned off at app start

This commit is contained in:
Nikita Lisitsa 2022-04-01 17:39:53 +03:00
parent 11b3e960d5
commit 6e0579e548

View file

@ -113,6 +113,8 @@ namespace psemek::app
scene_base::on_resize(width, height);
log::info() << "Initial window size: " << width << 'x' << height;
SDL_StopTextInput();
}
app::~app()