bevy/crates/bevy_window/src
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
..
cursor.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
event.rs add Input Method Editor support (#7325) 2023-01-29 20:27:29 +00:00
lib.rs Fix closing window does not exit app in desktop_app mode (#7628) 2023-02-13 19:15:24 +00:00
raw_handle.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
system.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
window.rs update winit to 0.28 (#7480) 2023-02-03 16:41:39 +00:00