diff options
| author | Pedro J. Estébanez | 2017-12-27 20:51:19 +0100 |
|---|---|---|
| committer | Pedro J. Estébanez | 2018-01-05 21:31:04 +0100 |
| commit | ee2c31d306e9333b520e0668f26807d876905241 (patch) | |
| tree | 6698c6ea483f669df73f96e04c35244b4cb4a108 /core/bind/core_bind.h | |
| parent | db49f35ab8d2bbcf5b97a58b8a2eff064b942881 (diff) | |
| download | godot-ee2c31d306e9333b520e0668f26807d876905241.tar.gz godot-ee2c31d306e9333b520e0668f26807d876905241.tar.zst godot-ee2c31d306e9333b520e0668f26807d876905241.zip | |
Add new window setting: always on top
Implemented for Windows and Linux.
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 bc5b8ea04..57a2c6746 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -164,6 +164,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); |
