mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Improve description of RestoreWindow
Restore window currently says it sets the window state to: "not minimized/maximized" However, if a window is maximized and then minimized, it's typical that it would restore back to being maximized, which is what seems to happen from my testing. I've reworded the description to better reflect this behavior.
This commit is contained in:
@ -1085,7 +1085,7 @@ Function 017: MinimizeWindow() (0 input parameters)
|
||||
Function 018: RestoreWindow() (0 input parameters)
|
||||
Name: RestoreWindow
|
||||
Return type: void
|
||||
Description: Set window state: not minimized/maximized
|
||||
Description: Restore window from being minimized/maximized
|
||||
No input parameters
|
||||
Function 019: SetWindowIcon() (1 input parameters)
|
||||
Name: SetWindowIcon
|
||||
|
||||
Reference in New Issue
Block a user