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

Method setAlwaysOnTop

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

Source from the content-addressed store, hash-verified

162 }
163
164 setAlwaysOnTop(value) {
165 Deno.core.opSync("op_window_set_always_on_top", [this.#rid, value]);
166 }
167
168 setCursorGrab(value) {
169 Deno.core.opSync("op_window_set_cursor_grab", [this.#rid, value]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected