bevy/crates/bevy_window/src
Digital Seven 8dcba7f4a1 Add Window Resize Constraints (#1409)
You should be able to set the minimum and maximum desired resolution of a system window.
This also fixes a bug on Windows operating system: When you try to resize to 0 on the height it crashes.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-03-03 02:56:50 +00:00
..
event.rs Added set_minimized and set_position to Window (#1292) 2021-01-24 20:06:06 -08:00
lib.rs Added set_minimized and set_position to Window (#1292) 2021-01-24 20:06:06 -08:00
system.rs Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08: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