diff options
| author | Rémi Verschelde | 2018-02-14 16:43:40 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-14 16:43:40 +0100 |
| commit | e0f43e06785ea1b05a5d7c4be32b74a9995be8fe (patch) | |
| tree | ed1ed82993d60083bf51384311fea8831035a4b8 /core/bind/core_bind.h | |
| parent | 2eb7a321ba321065c135f799701efaf735142593 (diff) | |
| parent | 2e8c7824c0f2946f6bf33fe0a20eabb779a91763 (diff) | |
| download | godot-e0f43e06785ea1b05a5d7c4be32b74a9995be8fe.tar.gz godot-e0f43e06785ea1b05a5d7c4be32b74a9995be8fe.tar.zst godot-e0f43e06785ea1b05a5d7c4be32b74a9995be8fe.zip | |
Merge pull request #15564 from RandomShaper/adpod-topmost
Add new window setting: always on top
Diffstat (limited to 'core/bind/core_bind.h')
| -rw-r--r-- | core/bind/core_bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 6b688a65f..734b57937 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -165,6 +165,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 center_window(); |
