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

Method setImePosition

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

Source from the content-addressed store, hash-verified

190 }
191
192 setImePosition(pos) {
193 Deno.core.opSync("op_window_set_ime_position", [this.#rid, pos]);
194 }
195
196 setSize(size) {
197 Deno.core.opSync("op_window_set_inner_size", [this.#rid, size]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected