bevy/crates/bevy_winit/src
Friz64 d939c4402d
Avoid unwraps in winit fullscreen handling code (#11735)
# Objective

- Get rid of unwraps in winit fullscreen handling code, which are the
source of some crashes.
- Fix #11275

## Solution

- Replace the unwraps with warnings. Ignore the fullscreen request, do
nothing instead.
2024-02-10 20:17:04 +00:00
..
accessibility.rs Use EntityHashMap whenever possible (#11353) 2024-01-15 15:51:17 +00:00
converters.rs Add logical key data to KeyboardInput (#11400) 2024-01-22 15:25:17 +00:00
lib.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
system.rs Avoid unwraps in winit fullscreen handling code (#11735) 2024-02-10 20:17:04 +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 Avoid unwraps in winit fullscreen handling code (#11735) 2024-02-10 20:17:04 +00:00