mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Close console when it loses focus but it is still on screen
This commit is contained in:
committed by
Kahrl
parent
4f6bec19bc
commit
7cb5217255
@@ -134,6 +134,11 @@ void GUIChatConsole::openConsole(f32 height)
|
||||
reformatConsole();
|
||||
}
|
||||
|
||||
bool GUIChatConsole::isOpen() const
|
||||
{
|
||||
return m_open;
|
||||
}
|
||||
|
||||
bool GUIChatConsole::isOpenInhibited() const
|
||||
{
|
||||
return m_open_inhibited > 0;
|
||||
|
Reference in New Issue
Block a user