()
| 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]); |
nothing calls this directly
no outgoing calls
no test coverage detected