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

Function bloom_toggle_fullscreen

native/windows/src/lib.rs:1488–1491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1486
1487#[no_mangle]
1488pub extern "C" fn bloom_toggle_fullscreen() {
1489 #[cfg(windows)]
1490 win32::toggle_fullscreen();
1491}
1492#[no_mangle]
1493pub extern "C" fn bloom_set_window_title(title_ptr: *const u8) { let _ = str_from_header(title_ptr); }
1494#[no_mangle]

Callers

nothing calls this directly

Calls 1

toggle_fullscreenFunction · 0.70

Tested by

no test coverage detected