bevy/crates/bevy_window/src
TheRawMeatball d9b8b3e618 Add EventWriter (#1575)
This adds a `EventWriter<T>` `SystemParam` that is just a thin wrapper around `ResMut<Events<T>>`. This is primarily to have API symmetry between the reader and writer, and has the added benefit of easily improving the API later with no breaking changes.
2021-03-07 20:42:04 +00:00
..
event.rs Added set_minimized and set_position to Window (#1292) 2021-01-24 20:06:06 -08:00
lib.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
system.rs Add EventWriter (#1575) 2021-03-07 20:42:04 +00:00
window.rs Add Window Resize Constraints (#1409) 2021-03-03 02:56:50 +00:00
windows.rs can change window settings at runtime (#644) 2020-10-15 11:42:19 -07:00