Add helper method to get Window from ID

This commit is contained in:
kobewi 2024-11-29 21:15:23 +01:00
parent 0eadbdb5d0
commit e0304a7d00
4 changed files with 15 additions and 23 deletions

View file

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