mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Close console when it loses focus but it is still on screen
This commit is contained in:
parent
4f6bec19bc
commit
7cb5217255
3 changed files with 12 additions and 0 deletions
|
@ -1684,6 +1684,10 @@ void the_game(
|
|||
{
|
||||
input->clear();
|
||||
}
|
||||
if (!guienv->hasFocus(gui_chat_console) && gui_chat_console->isOpen())
|
||||
{
|
||||
gui_chat_console->closeConsoleAtOnce();
|
||||
}
|
||||
|
||||
// Input handler step() (used by the random input generator)
|
||||
input->step(dtime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue