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

Method setCursorGrab

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

Source from the content-addressed store, hash-verified

166 }
167
168 setCursorGrab(value) {
169 Deno.core.opSync("op_window_set_cursor_grab", [this.#rid, value]);
170 }
171
172 setCursorIcon(icon) {
173 Deno.core.opSync("op_window_set_cursor_icon", [this.#rid, icon]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected