MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / bloom_get_screen_height

Function bloom_get_screen_height

native/watchos/src/lib.rs:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264
265#[no_mangle]
266pub extern "C" fn bloom_get_screen_height() -> f64 {
267 f64::from_bits(state().screen_h.load(Ordering::Acquire))
268}
269
270#[no_mangle]
271pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 {

Callers

nothing calls this directly

Calls 1

stateFunction · 0.85

Tested by

no test coverage detected