We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
set_minimized
Window
is_minimized
minimize
unminimize
Drawing
This issue is partially blocked on new events becoming available: rust-windowing/winit#1578
is_maximized
If you would like to work on this, please leave a comment. I am happy to provide mentoring instructions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow-up issue from #49.
It would be great if we could minimize and unminimize the window/drawing programmatically.
The
set_minimized
method onWindow
should come in handy for that.is_minimized
,minimize
, andunminimize
methods toDrawing
This issue is partially blocked on new events becoming available: rust-windowing/winit#1578
minimize
andunminimize
methods can be added and stabilized with no issuesis_minimized
method 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.
The text was updated successfully, but these errors were encountered: