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/ios/src/lib.rs:714–716 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
712
713
#[no_mangle]
714
pub extern
"C"
fn bloom_window_should_close() -> f64 {
715
if engine().should_close { 1.0 } else { 0.0 }
716
}
717
718
#[no_mangle]
719
pub extern
"C"
fn bloom_begin_drawing() {
Callers
1
windowShouldClose
Function · 0.50
Calls
1
engine
Function · 0.70
Tested by
no test coverage detected