Make sure text input is turned off at app start
This commit is contained in:
parent
11b3e960d5
commit
6e0579e548
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue