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

Function bloom_window_should_close

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

Source from the content-addressed store, hash-verified

712
713#[no_mangle]
714pub extern "C" fn bloom_window_should_close() -> f64 {
715 if engine().should_close { 1.0 } else { 0.0 }
716}
717
718#[no_mangle]
719pub extern "C" fn bloom_begin_drawing() {

Callers 1

windowShouldCloseFunction · 0.50

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected