(index: f64)
| 1605 | |
| 1606 | #[no_mangle] |
| 1607 | pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 { engine().input.get_touch_x(index as usize) } |
| 1608 | #[no_mangle] |
| 1609 | pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { engine().input.get_touch_y(index as usize) } |
| 1610 | #[no_mangle] |
nothing calls this directly
no test coverage detected