()
| 390 | |
| 391 | #[wasm_bindgen] |
| 392 | pub fn bloom_get_touch_count() -> f64 { |
| 393 | engine().input.get_touch_count() as f64 |
| 394 | } |
| 395 | |
| 396 | // ============================================================ |
| 397 | // Input injection (called from JS event listeners) |
nothing calls this directly
no test coverage detected