bevy/crates/bevy_window/src
François b724a0f586 Down with the system! (#2496)
# Objective

- Remove all the `.system()` possible.
- Check for remaining missing cases.

## Solution

- Remove all `.system()`, fix compile errors
- 32 calls to `.system()` remains, mostly internals, the few others should be removed after #2446
2021-07-27 23:42:36 +00:00
..
event.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
lib.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
system.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
window.rs Adds an alias mouse position -> cursor position (#2038) 2021-04-28 21:26:47 +00:00
windows.rs can change window settings at runtime (#644) 2020-10-15 11:42:19 -07:00