Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
226
pub fn bloom_get_screen_width() -> f64 {
227
engine().screen_width()
228
}
229
230
#[wasm_bindgen]
231
pub fn bloom_get_screen_height() -> f64 {
Callers
nothing calls this directly
Calls
2
screen_width
Method · 0.80
engine
Function · 0.70
Tested by
no test coverage detected