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

Function bloom_window_should_close

native/linux/src/lib.rs:624–626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

622
623#[no_mangle]
624pub extern "C" fn bloom_window_should_close() -> f64 {
625 if engine().should_close { 1.0 } else { 0.0 }
626}
627
628#[cfg(target_os = "linux")]
629fn poll_linux_gamepad() {

Callers

nothing calls this directly

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected