Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
minimising
example minimizing every frame (#15850)
# 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 <[email protected]>
- Loading branch information