(pos)
| 174 | } |
| 175 | |
| 176 | setCursorPosition(pos) { |
| 177 | Deno.core.opSync("op_window_set_cursor_position", [this.#rid, pos]); |
| 178 | } |
| 179 | |
| 180 | setCursorVisible(value) { |
| 181 | Deno.core.opSync("op_window_set_cursor_visible", [this.#rid, value]); |
nothing calls this directly
no outgoing calls
no test coverage detected