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/linux/src/lib.rs:725–725 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
723
724
#[no_mangle]
725
pub extern
"C"
fn bloom_get_screen_height() -> f64 { engine().screen_height() }
726
727
#[no_mangle]
728
pub extern
"C"
fn bloom_is_key_pressed(key: f64) -> f64 {
Callers
nothing calls this directly
Calls
2
screen_height
Method · 0.80
engine
Function · 0.70
Tested by
no test coverage detected