(value)
| 178 | } |
| 179 | |
| 180 | setCursorVisible(value) { |
| 181 | Deno.core.opSync("op_window_set_cursor_visible", [this.#rid, value]); |
| 182 | } |
| 183 | |
| 184 | setDecorations(value) { |
| 185 | Deno.core.opSync("op_window_set_decorations", [this.#rid, value]); |
nothing calls this directly
no outgoing calls
no test coverage detected