c5b6b05801
get_window().grab_focus() was insufficient on Windows GUI exports. Replaced with OS.move_to_foreground() + Input.set_mouse_mode(CAPTURED) + deferred retries to ensure the game window holds keyboard focus after the connection UI is dismissed.