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

Function bloom_close_window

native/ios/src/lib.rs:709–711  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

707
708#[no_mangle]
709pub extern "C" fn bloom_close_window() {
710 unsafe { UI_VIEW = None; UI_WINDOW = None; }
711}
712
713#[no_mangle]
714pub extern "C" fn bloom_window_should_close() -> f64 {

Callers 1

closeWindowFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected