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:
@ -65,7 +65,7 @@
|
||||
<Overload retVal="void" descr="Set window state: minimized, if resizable"></Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="RestoreWindow" func="yes">
|
||||
<Overload retVal="void" descr="Set window state: not minimized/maximized"></Overload>
|
||||
<Overload retVal="void" descr="Restore window from being minimized/maximized"></Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="SetWindowIcon" func="yes">
|
||||
<Overload retVal="void" descr="Set icon for window (single image, RGBA 32bit)">
|
||||
|
||||
Reference in New Issue
Block a user