(index: f64)
| 1896 | |
| 1897 | #[no_mangle] |
| 1898 | pub extern "C" fn bloom_get_touch_x(index: f64) -> f64 { |
| 1899 | engine().input.get_touch_x(index as usize) |
| 1900 | } |
| 1901 | |
| 1902 | #[no_mangle] |
| 1903 | pub extern "C" fn bloom_get_touch_y(index: f64) -> f64 { |
no test coverage detected