| 629 | } |
| 630 | |
| 631 | void DisplayServer::gl_window_make_current(DisplayServer::WindowID p_window_id) { |
| 632 | // noop except in gles |
| 633 | } |
| 634 | |
| 635 | void DisplayServer::window_set_ime_active(const bool p_active, WindowID p_window) { |
| 636 | WARN_PRINT("IME not supported by this display server."); |
no outgoing calls
no test coverage detected