()
| 1609 | pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { engine().input.get_touch_y(index as usize) } |
| 1610 | #[no_mangle] |
| 1611 | pub extern "C" fn bloom_get_touch_count() -> f64 { engine().input.get_touch_count() as f64 } |
| 1612 | #[no_mangle] |
| 1613 | pub extern "C" fn bloom_get_time() -> f64 { engine().get_time() } |
| 1614 |
nothing calls this directly
no test coverage detected