This function checks whether a specified window or the game viewport window is maximized and returns a boolean value indicating the result.
Optional Window ID
An optional parameter specifying the window ID to check if it's maximized. If this parameter is set to 0, the game viewport window is checked.
Is Window Maximized
A reference to a boolean value that will be set to true if the specified window or game viewport window is maximized, and false otherwise.
Return Value
A boolean value indicating whether the function successfully checked the window maximization state.
Last updated 3 months ago