(pos)
| 190 | } |
| 191 | |
| 192 | setImePosition(pos) { |
| 193 | Deno.core.opSync("op_window_set_ime_position", [this.#rid, pos]); |
| 194 | } |
| 195 | |
| 196 | setSize(size) { |
| 197 | Deno.core.opSync("op_window_set_inner_size", [this.#rid, size]); |
nothing calls this directly
no outgoing calls
no test coverage detected