()
| 259 | |
| 260 | #[no_mangle] |
| 261 | pub extern "C" fn bloom_window_should_close() -> f64 { |
| 262 | if engine().should_close { 1.0 } else { 0.0 } |
| 263 | } |
| 264 | |
| 265 | // ============================================================ |
| 266 | // Touch input polling (called from Perry's Android event pump) |