(fullscreen)
| 186 | } |
| 187 | |
| 188 | setFullscreen(fullscreen) { |
| 189 | Deno.core.opSync("op_window_set_fullscreen", [this.#rid, fullscreen]); |
| 190 | } |
| 191 | |
| 192 | setImePosition(pos) { |
| 193 | Deno.core.opSync("op_window_set_ime_position", [this.#rid, pos]); |
nothing calls this directly
no outgoing calls
no test coverage detected