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

Method screen_height

native/shared/src/engine.rs:185–185  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

183 pub fn get_time(&self) -> f64 { self.start_time.elapsed().as_secs_f64() }
184 pub fn screen_width(&self) -> f64 { self.renderer.width() as f64 }
185 pub fn screen_height(&self) -> f64 { self.renderer.height() as f64 }
186}

Callers 8

bloom_get_screen_heightFunction · 0.80
bloom_android_on_touchFunction · 0.80
bloom_get_screen_heightFunction · 0.80
bloom_get_screen_heightFunction · 0.80
bloom_get_screen_heightFunction · 0.80
bloom_get_screen_heightFunction · 0.80
bloom_get_screen_heightFunction · 0.80
bloom_get_screen_heightFunction · 0.80

Calls 1

heightMethod · 0.45

Tested by

no test coverage detected