bevy/crates/bevy_winit/src
François f795656d65
Winit update: fix suspend on Android (#11403)
# Objective

- Android still plays audio when suspended

## Solution

- When status is `WillSuspend`, trigger an update without requesting a
redraw
2024-01-19 06:26:34 +00:00
..
accessibility.rs Use EntityHashMap whenever possible (#11353) 2024-01-15 15:51:17 +00:00
converters.rs Add window entity to TouchInput events (#11128) 2024-01-02 03:03:05 +00:00
lib.rs Winit update: fix suspend on Android (#11403) 2024-01-19 06:26:34 +00:00
system.rs Use EntityHashMap whenever possible (#11353) 2024-01-15 15:51:17 +00:00
winit_config.rs Change WinitPlugin defaults to limit game update rate when window is not visible (for real this time) (#11305) 2024-01-15 17:53:35 +00:00
winit_windows.rs Use EntityHashMap whenever possible (#11353) 2024-01-15 15:51:17 +00:00