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/watchos/src/lib.rs:261–263 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
259
260
#[no_mangle]
261
pub extern
"C"
fn bloom_get_screen_width() -> f64 {
262
f64::from_bits(state().screen_w.load(Ordering::Acquire))
263
}
264
265
#[no_mangle]
266
pub extern
"C"
fn bloom_get_screen_height() -> f64 {
Callers
nothing calls this directly
Calls
1
state
Function · 0.85
Tested by
no test coverage detected