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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue