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

Function bloom_get_screen_width

native/web/src/lib.rs:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224
225#[wasm_bindgen]
226pub fn bloom_get_screen_width() -> f64 {
227 engine().screen_width()
228}
229
230#[wasm_bindgen]
231pub 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