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

Method setPosition

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

Source from the content-addressed store, hash-verified

214 }
215
216 setPosition(pos) {
217 Deno.core.opSync("op_window_set_outer_position", [this.#rid, pos]);
218 }
219
220 setResizable(value) {
221 Deno.core.opSync("op_window_set_resizable", [this.#rid, value]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected