bevy/crates/bevy_window
akimakinai bf514ff12c Fix closing window does not exit app in desktop_app mode (#7628)
# Objective

- `close_when_requested` system needs to run before `exit_on_*` systems, otherwise it takes another loop to exit app.
- Fixes #7624

## Solution

- Move `close_when_request` system to Update phase [as before](https://github.com/bevyengine/bevy/issues/7624#issuecomment-1426688070).
2023-02-13 19:15:24 +00:00
..
src Fix closing window does not exit app in desktop_app mode (#7628) 2023-02-13 19:15:24 +00:00
Cargo.toml Derive Reflect + FromReflect for window event types (#6235) 2022-12-09 01:20:44 +00:00