MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / toggle_fullscreen

Function toggle_fullscreen

native/linux/src/lib.rs:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 pub fn toggle_fullscreen() {
131 unsafe { set_fullscreen(!IS_FULLSCREEN); }
132 }
133
134 /// Returns (physical_w, physical_h). Caller's `width`/`height`
135 /// are *logical*; on a HiDPI X11 display we multiply by the

Callers 1

bloom_toggle_fullscreenFunction · 0.70

Calls 1

set_fullscreenFunction · 0.70

Tested by

no test coverage detected