bevy/crates/bevy_window/src
SarthakSingh31 5155034a58 Converted exclusive systems to parallel systems wherever possible (#2774)
Closes #2767.

Converted:
- `play_queued_audio_system`
- `change_window`
2022-04-25 14:32:56 +00:00
..
cursor.rs Added set_cursor_icon(...) to Window (#3395) 2021-12-20 22:04:45 +00:00
event.rs Reduce power usage with configurable event loop (#3974) 2022-03-07 23:32:05 +00:00
lib.rs Converted exclusive systems to parallel systems wherever possible (#2774) 2022-04-25 14:32:56 +00:00
raw_window_handle.rs fix clippy 2021-07-24 16:43:37 -07:00
system.rs remove Events from bevy_app, they now live in bevy_ecs (#4066) 2022-03-01 19:33:56 +00:00
window.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
windows.rs Add docs and common helper functions to Windows (#4107) 2022-03-08 00:46:04 +00:00