Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_get_screen_height
Function
bloom_get_screen_height
native/web/src/lib.rs:231–233 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
229
230
#[wasm_bindgen]
231
pub fn bloom_get_screen_height() -> f64 {
232
engine().screen_height()
233
}
234
235
#[wasm_bindgen]
236
pub fn bloom_get_time() -> f64 {
Callers
nothing calls this directly
Calls
2
screen_height
Method · 0.80
engine
Function · 0.70
Tested by
no test coverage detected