Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
624
pub 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"
)]
629
fn poll_linux_gamepad() {
Callers
nothing calls this directly
Calls
1
engine
Function · 0.70
Tested by
no test coverage detected