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

Function bloom_get_screen_width

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

Source from the content-addressed store, hash-verified

488
489#[no_mangle]
490pub extern "C" fn bloom_get_screen_width() -> f64 { engine().screen_width() }
491
492#[no_mangle]
493pub extern "C" fn bloom_get_screen_height() -> f64 { engine().screen_height() }

Callers

nothing calls this directly

Calls 2

screen_widthMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected