(index: f64)
| 788 | |
| 789 | #[no_mangle] |
| 790 | pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 { |
| 791 | engine().input.get_touch_x(index as usize) |
| 792 | } |
| 793 | |
| 794 | #[no_mangle] |
| 795 | pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { |
nothing calls this directly
no test coverage detected