mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add new window setting: always on top
Implemented for Windows and Linux.
This commit is contained in:
parent
a84cb60994
commit
554ffdcde7
8 changed files with 108 additions and 3 deletions
|
|
@ -151,6 +151,8 @@ public:
|
|||
virtual bool is_window_minimized() const;
|
||||
virtual void set_window_maximized(bool p_enabled);
|
||||
virtual bool is_window_maximized() const;
|
||||
virtual void set_window_always_on_top(bool p_enabled);
|
||||
virtual bool is_window_always_on_top() const;
|
||||
virtual void request_attention();
|
||||
|
||||
virtual void set_borderless_window(bool p_borderless);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue