MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / setCursorVisible

Method setCursorVisible

src/core.js:180–182  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected