Skip to content

Add option to start window maximized #19193

New issue

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

Open
jf908 opened this issue May 12, 2025 · 0 comments
Open

Add option to start window maximized #19193

jf908 opened this issue May 12, 2025 · 0 comments
Labels
A-Windowing Platform-agnostic interface layer to run your app in C-Feature A new feature, making something new possible

Comments

@jf908
Copy link
Contributor

jf908 commented May 12, 2025

What problem does this solve or what need does it fill?

There is currently no functionality to start bevy with a maximized window. Ideally a window should remember its state between relaunches, including whether its maximized.

What solution would you like?

While you can technically use window.set_maximized(true) before Bevy launches, this creates a window which maximized on the next tick which looks janky. Instead it should just create the window maximized.

@jf908 jf908 added C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled labels May 12, 2025
@ickshonpe ickshonpe added A-Windowing Platform-agnostic interface layer to run your app in and removed S-Needs-Triage This issue needs to be labelled labels May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Windowing Platform-agnostic interface layer to run your app in C-Feature A new feature, making something new possible
Projects
None yet
Development

No branches or pull requests

2 participants