()
| 1822 | pub extern "C" fn bloom_get_touch_count() -> f64 { engine().input.get_touch_count() as f64 } |
| 1823 | #[no_mangle] |
| 1824 | pub extern "C" fn bloom_get_time() -> f64 { engine().get_time() } |
| 1825 | |
| 1826 | // Input injection + platform detection |
| 1827 | #[no_mangle] |