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

Function bloom_get_screen_height

native/macos/src/lib.rs:694–696  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

692
693#[no_mangle]
694pub extern "C" fn bloom_get_screen_height() -> f64 {
695 engine().screen_height()
696}
697
698#[no_mangle]
699pub extern "C" fn bloom_get_time() -> f64 {

Callers

nothing calls this directly

Calls 2

screen_heightMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected