diff --git a/libs/app/source/app.cpp b/libs/app/source/app.cpp index 1326e3b6..c32fd606 100644 --- a/libs/app/source/app.cpp +++ b/libs/app/source/app.cpp @@ -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()