(button: f64)
| 1842 | } |
| 1843 | #[no_mangle] |
| 1844 | pub extern "C" fn bloom_inject_gamepad_button_up(button: f64) { |
| 1845 | engine().input.set_gamepad_button_up(button as usize); |
| 1846 | } |
| 1847 | #[no_mangle] |
| 1848 | pub extern "C" fn bloom_get_platform() -> f64 { 4.0 } |
| 1849 |
nothing calls this directly
no test coverage detected