You've already forked godot
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:
committed by
Hein-Pieter van Braam
parent
74e72c995d
commit
1c25e50490
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user