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

Function bloom_get_screen_width

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

Source from the content-addressed store, hash-verified

687
688#[no_mangle]
689pub extern "C" fn bloom_get_screen_width() -> f64 {
690 engine().screen_width()
691}
692
693#[no_mangle]
694pub extern "C" fn bloom_get_screen_height() -> f64 {

Callers

nothing calls this directly

Calls 2

screen_widthMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected