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

Method getScaleFactor

src/core.js:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 getScaleFactor() {
161 return Deno.core.opSync("op_window_scale_factor", this.#rid);
162 }
163
164 setAlwaysOnTop(value) {
165 Deno.core.opSync("op_window_set_always_on_top", [this.#rid, value]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected