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

Fix Embedded Game window wrong first startup location and size

This commit is contained in:
Hilderin
2025-02-20 20:24:12 -05:00
parent 8ed125b429
commit 068d40a5a9
3 changed files with 26 additions and 10 deletions

View File

@@ -83,6 +83,7 @@ public:
void set_keep_aspect(bool p_keep_aspect);
void queue_update_embedded_process();
Rect2i get_adjusted_embedded_window_rect(Rect2i p_rect);
Rect2i get_screen_embedded_window_rect();
int get_margin_size(Side p_side) const;
Size2 get_margins_size();