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

Function set_no_fullscreen

native/linux/src/lib.rs:185–185  ·  view source on GitHub ↗
(no_fs: bool)

Source from the content-addressed store, hash-verified

183 }
184
185 pub fn set_no_fullscreen(no_fs: bool) { unsafe { NO_FULLSCREEN = no_fs; } }
186 pub fn is_headless() -> bool { unsafe { HEADLESS } }
187
188 /// Read the current display's DPI scale factor. Computed from

Callers 1

bloom_init_windowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected