MCPcopy 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]
261pub extern "C" fn bloom_get_screen_width() -> f64 {
262 f64::from_bits(state().screen_w.load(Ordering::Acquire))
263}
264
265#[no_mangle]
266pub extern "C" fn bloom_get_screen_height() -> f64 {

Callers

nothing calls this directly

Calls 1

stateFunction · 0.85

Tested by

no test coverage detected