(index: f64)
| 1816 | |
| 1817 | #[no_mangle] |
| 1818 | pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 { engine().input.get_touch_x(index as usize) } |
| 1819 | #[no_mangle] |
| 1820 | pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { engine().input.get_touch_y(index as usize) } |
| 1821 | #[no_mangle] |
nothing calls this directly
no test coverage detected