-
I hope it's a fixed size window, what should I do. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
remarks:Desktop game, and bevy version is 0.11 |
Beta Was this translation helpful? Give feedback.
-
it should be windowed by default; can I see your main function, specifically |
Beta Was this translation helpful? Give feedback.
-
I think you are looking for this window setting bevy/crates/bevy_window/src/window.rs Line 129 in 38e0a80 |
Beta Was this translation helpful? Give feedback.
-
Control over the maximize button will be exposed in Bevy 0.12 (which should be a few days away), but it is not possible in Bevy 0.11 bevy/examples/window/window_settings.rs Lines 24 to 27 in afe8b5f |
Beta Was this translation helpful? Give feedback.
Control over the maximize button will be exposed in Bevy 0.12 (which should be a few days away), but it is not possible in Bevy 0.11
See the window_settings example:
bevy/examples/window/window_settings.rs
Lines 24 to 27 in afe8b5f