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

Function bloom_get_screen_height

native/linux/src/lib.rs:725–725  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723
724#[no_mangle]
725pub extern "C" fn bloom_get_screen_height() -> f64 { engine().screen_height() }
726
727#[no_mangle]
728pub extern "C" fn bloom_is_key_pressed(key: f64) -> f64 {

Callers

nothing calls this directly

Calls 2

screen_heightMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected