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

Function bloom_window_should_close

native/macos/src/lib.rs:472–474  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

470
471#[no_mangle]
472pub extern "C" fn bloom_window_should_close() -> f64 {
473 if engine().should_close { 1.0 } else { 0.0 }
474}
475
476#[no_mangle]
477pub extern "C" fn bloom_begin_drawing() {

Callers

nothing calls this directly

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected