(index: f64)
| 1368 | |
| 1369 | #[no_mangle] |
| 1370 | pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 { engine().input.get_touch_x(index as usize) } |
| 1371 | #[no_mangle] |
| 1372 | pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { engine().input.get_touch_y(index as usize) } |
| 1373 | #[no_mangle] |
nothing calls this directly
no test coverage detected