Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_get_screen_width
Function
bloom_get_screen_width
native/ios/src/lib.rs:769–769 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
767
768
#[no_mangle]
769
pub extern
"C"
fn bloom_get_screen_width() -> f64 { engine().screen_width() }
770
771
#[no_mangle]
772
pub extern
"C"
fn bloom_get_screen_height() -> f64 { engine().screen_height() }
Callers
1
getScreenWidth
Function · 0.50
Calls
2
screen_width
Method · 0.80
engine
Function · 0.70
Tested by
no test coverage detected