()
| 184 | |
| 185 | #[wasm_bindgen] |
| 186 | pub fn bloom_begin_drawing() { |
| 187 | // No event polling needed on web — events are injected from JS via bloom_inject_* |
| 188 | engine().begin_frame(); |
| 189 | } |
| 190 | |
| 191 | #[wasm_bindgen] |
| 192 | pub fn bloom_end_drawing() { |
nothing calls this directly
no test coverage detected