1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Add new window setting: always on top

Implemented for Windows and Linux.

(cherry picked from commit ee2c31d306)
This commit is contained in:
Pedro J. Estébanez
2017-12-27 20:51:19 +01:00
committed by Hein-Pieter van Braam
parent 74e72c995d
commit 1c25e50490
8 changed files with 105 additions and 1 deletions

View File

@@ -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();