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

Method setCursorIcon

src/core.js:172–174  ·  view source on GitHub ↗
(icon)

Source from the content-addressed store, hash-verified

170 }
171
172 setCursorIcon(icon) {
173 Deno.core.opSync("op_window_set_cursor_icon", [this.#rid, icon]);
174 }
175
176 setCursorPosition(pos) {
177 Deno.core.opSync("op_window_set_cursor_position", [this.#rid, pos]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected