turtle
turtle copied to clipboard
Add methods for minimizing and unminimizing the window/drawing
Follow-up issue from #49.
It would be great if we could minimize and unminimize the window/drawing programmatically.
The set_minimized method on Window should come in handy for that.
- [ ] Add
is_minimized,minimize, andunminimizemethods toDrawing
This issue is partially blocked on new events becoming available: rust-windowing/winit#1578
- The
minimizeandunminimizemethods can be added and stabilized with no issues - The
is_minimizedmethod may be added, but should be marked unstable likeis_maximized
If you would like to work on this, please leave a comment. I am happy to provide mentoring instructions.