mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add helper method to get Window from ID
This commit is contained in:
parent
0eadbdb5d0
commit
e0304a7d00
4 changed files with 15 additions and 23 deletions
|
|
@ -271,6 +271,7 @@ public:
|
|||
};
|
||||
|
||||
static void set_root_layout_direction(int p_root_dir);
|
||||
static Window *get_from_id(DisplayServer::WindowID p_window_id);
|
||||
|
||||
void set_title(const String &p_title);
|
||||
String get_title() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue