1
0
Fork 0
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:
Esteban I. Ruiz Moreno 2013-06-04 23:26:52 -03:00 committed by Kahrl
parent 4f6bec19bc
commit 7cb5217255
3 changed files with 12 additions and 0 deletions

View file

@ -39,6 +39,9 @@ public:
// This doesn't open immediately but initiates an animation.
// You should call isOpenInhibited() before this.
void openConsole(f32 height);
bool isOpen() const;
// Check if the console should not be opened at the moment
// This is to avoid reopening the console immediately after closing
bool isOpenInhibited() const;