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

Function bloom_window_should_close

native/android/src/lib.rs:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259
260#[no_mangle]
261pub extern "C" fn bloom_window_should_close() -> f64 {
262 if engine().should_close { 1.0 } else { 0.0 }
263}
264
265// ============================================================
266// Touch input polling (called from Perry's Android event pump)

Callers

nothing calls this directly

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected