1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix Floating Game Window Title

This commit is contained in:
Hilderin
2025-01-19 15:45:59 -05:00
parent 7b1ed520bd
commit 05fcfede1e
6 changed files with 69 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ public:
Rect2i get_screen_embedded_window_rect();
bool is_embedding_in_progress();
bool is_embedding_completed();
int get_embedded_pid() const;
EmbeddedProcess();
~EmbeddedProcess();