()
| 1820 | pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { engine().input.get_touch_y(index as usize) } |
| 1821 | #[no_mangle] |
| 1822 | pub extern "C" fn bloom_get_touch_count() -> f64 { engine().input.get_touch_count() as f64 } |
| 1823 | #[no_mangle] |
| 1824 | pub extern "C" fn bloom_get_time() -> f64 { engine().get_time() } |
| 1825 |
nothing calls this directly
no test coverage detected