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

Method screen_width

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

Source from the content-addressed store, hash-verified

182 pub fn get_fps(&self) -> f64 { self.current_fps }
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_widthFunction · 0.80
bloom_android_on_touchFunction · 0.80
bloom_get_screen_widthFunction · 0.80
bloom_get_screen_widthFunction · 0.80
bloom_get_screen_widthFunction · 0.80
bloom_get_screen_widthFunction · 0.80
bloom_get_screen_widthFunction · 0.80
bloom_get_screen_widthFunction · 0.80

Calls 1

widthMethod · 0.45

Tested by

no test coverage detected