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