We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Window::set_minimized
1 parent 629cfab commit fe382acCopy full SHA for fe382ac
1 file changed
crates/bevy_window/src/window.rs
@@ -193,9 +193,9 @@ impl Window {
193
self.internal.maximize_request = Some(maximized);
194
}
195
196
- /// Setting this to true will attempt to maximize the window.
+ /// Setting this to true will attempt to minimize the window.
197
///
198
- /// Setting it to false will attempt to un-maximize the window.
+ /// Setting it to false will attempt to un-minimize the window.
199
pub fn set_minimized(&mut self, minimized: bool) {
200
self.internal.minimize_request = Some(minimized);
201
0 commit comments