mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
7f24c27645
# Objective The `minimising` example is a bit annoying to run locally, because it attempts to minimize the window every frame, so un-minimizing it is difficult. ## Solution Only minimize once. The contents of the example can now be inspected, and the window easily closed after the minimization happens. ## Testing `cargo run --example minimising` I tested on macos only. --------- Co-authored-by: François Mockers <francois.mockers@vleue.com> |
||
---|---|---|
.. | ||
change_window_mode.rs | ||
minimising.rs | ||
resizing.rs |