Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_close_window
Function
bloom_close_window
native/ios/src/lib.rs:709–711 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
707
708
#[no_mangle]
709
pub extern
"C"
fn bloom_close_window() {
710
unsafe { UI_VIEW = None; UI_WINDOW = None; }
711
}
712
713
#[no_mangle]
714
pub extern
"C"
fn bloom_window_should_close() -> f64 {
Callers
1
closeWindow
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected