Problem description: Basically, I want to know how to make a Maximize button ( which enlarges the screen and when you click it again, and makes it smaller. ) With the Coding, so I can implement it in my Game's Interface because, I removed the |
I mean the way the Maximize button works on a normal windows, not the minimize button.
|
(replace [window_id] with your window's ID)
You should've used something similar for your Minimize button; it would use the "is-minimized" parameter instead of "is-maximized".