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

Method setCursorPosition

src/core.js:176–178  ·  view source on GitHub ↗
(pos)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected