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

Method getFullscreen

src/core.js:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 getFullscreen() {
145 return Deno.core.opSync("op_window_fullscreen", this.#rid);
146 }
147
148 getInnerPosition() {
149 return Deno.core.opSync("op_window_inner_position", this.#rid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected