Fix Embedded Game does not focus when mouse over on Windows

This commit is contained in:
Hilderin
2025-02-19 17:49:28 -05:00
parent e567f49cbb
commit c7bc322bf6
2 changed files with 10 additions and 4 deletions

View File

@ -3000,6 +3000,7 @@ Error DisplayServerWindows::embed_process(WindowID p_window, OS::ProcessID p_pid
}
if (p_grab_focus) {
SetForegroundWindow(ep->window_handle);
SetFocus(ep->window_handle);
}