bevy/crates/bevy_winit/src
François fae61ad249 create window as soon as possible (#7668)
# Objective

- Fixes #7612 
- Since #7493, windows started as unfocused

## Solution

- Creating the window at the end of the event loop after the resume event instead of at the beginning of the loop of the next event fixes the focus
2023-02-14 15:08:04 +00:00
..
converters.rs update winit to 0.28 (#7480) 2023-02-03 16:41:39 +00:00
lib.rs create window as soon as possible (#7668) 2023-02-14 15:08:04 +00:00
system.rs Fix Window feedback loop between the OS and Bevy (#7517) 2023-02-07 14:18:13 +00:00
web_resize.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
winit_config.rs Docs: App::run() might never return; effect of WinitSettings::return_from_run. (#7228) 2023-01-18 23:02:38 +00:00
winit_windows.rs update winit to 0.28 (#7480) 2023-02-03 16:41:39 +00:00