-
Notifications
You must be signed in to change notification settings - Fork 8
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
In-Game: Add functions to minimize/restore game windows on desktop platforms #7102
Comments
NOTE: The game won't auto-restore on macOS as games stop running when minimised. |
sorry due failed by mistake. retested in IDE v2024.1100.0.623 Runtime v2024.1100.0.649 and passes for ce1 and 2 using win vm and yyc |
Since this was added, they could have added a window_maximize too ^^', since it is part of the window commands. Unfortunately I only saw this now. Either way, I appreciate the addition of these two new features! |
Is your feature request related to a problem?
Making the game window botderless keeps the aesthetic clean. Making a custom bar lets you maintain color pallet/ graphical style while still giving the player control over the game window, however, there is no function to minimize the screen in gml.
Describe the solution you'd like
A function that minimizes the game window on Windows/mac and possibly other devices with similar functionality.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: