MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / window_move_to_foreground

Method window_move_to_foreground

platform/web/display_server_web.cpp:1443–1445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1441}
1442
1443void DisplayServerWeb::window_move_to_foreground(WindowID p_window) {
1444 // Not supported.
1445}
1446
1447bool DisplayServerWeb::window_is_focused(WindowID p_window) const {
1448 return true;

Callers 2

_msg_debug_enterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected