<Functionname="IsWindowFullscreen"retType="bool"paramCount="0"desc="Check if window is currently fullscreen">
</Function>
<Functionname="IsWindowHidden"retType="bool"paramCount="0"desc="Check if window is currently hidden (only PLATFORM_DESKTOP)">
<Functionname="IsWindowHidden"retType="bool"paramCount="0"desc="Check if window is currently hidden">
</Function>
<Functionname="IsWindowMinimized"retType="bool"paramCount="0"desc="Check if window is currently minimized (only PLATFORM_DESKTOP)">
<Functionname="IsWindowMinimized"retType="bool"paramCount="0"desc="Check if window is currently minimized">
</Function>
<Functionname="IsWindowMaximized"retType="bool"paramCount="0"desc="Check if window is currently maximized (only PLATFORM_DESKTOP)">
<Functionname="IsWindowMaximized"retType="bool"paramCount="0"desc="Check if window is currently maximized">
</Function>
<Functionname="IsWindowFocused"retType="bool"paramCount="0"desc="Check if window is currently focused (only PLATFORM_DESKTOP)">
<Functionname="IsWindowFocused"retType="bool"paramCount="0"desc="Check if window is currently focused">
</Function>
<Functionname="IsWindowResized"retType="bool"paramCount="0"desc="Check if window has been resized last frame">
</Function>
<Functionname="IsWindowState"retType="bool"paramCount="1"desc="Check if one specific window flag is enabled">
<Paramtype="unsigned int"name="flag"desc=""/>
</Function>
<Functionname="SetWindowState"retType="void"paramCount="1"desc="Set window configuration state using flags (only PLATFORM_DESKTOP)">
<Functionname="SetWindowState"retType="void"paramCount="1"desc="Set window configuration state using flags">
<Paramtype="unsigned int"name="flags"desc=""/>
</Function>
<Functionname="ClearWindowState"retType="void"paramCount="1"desc="Clear window configuration state flags">
<Paramtype="unsigned int"name="flags"desc=""/>
</Function>
<Functionname="ToggleFullscreen"retType="void"paramCount="0"desc="Toggle window state: fullscreen/windowed [resizes monitor to match window resolution] (only PLATFORM_DESKTOP)">
<Functionname="ToggleFullscreen"retType="void"paramCount="0"desc="Toggle window state: fullscreen/windowed, resizes monitor to match window resolution">
</Function>
<Functionname="ToggleBorderlessWindowed"retType="void"paramCount="0"desc="Toggle window state: borderless windowed [resizes window to match monitor resolution] (only PLATFORM_DESKTOP)">
<Functionname="ToggleBorderlessWindowed"retType="void"paramCount="0"desc="Toggle window state: borderless windowed, resizes window to match monitor resolution">
</Function>
<Functionname="MaximizeWindow"retType="void"paramCount="0"desc="Set window state: maximized, if resizable (only PLATFORM_DESKTOP)">
<Functionname="MaximizeWindow"retType="void"paramCount="0"desc="Set window state: maximized, if resizable">
</Function>
<Functionname="MinimizeWindow"retType="void"paramCount="0"desc="Set window state: minimized, if resizable (only PLATFORM_DESKTOP)">
<Functionname="MinimizeWindow"retType="void"paramCount="0"desc="Set window state: minimized, if resizable">
</Function>
<Functionname="RestoreWindow"retType="void"paramCount="0"desc="Set window state: not minimized/maximized (only PLATFORM_DESKTOP)">
<Functionname="RestoreWindow"retType="void"paramCount="0"desc="Set window state: not minimized/maximized">
</Function>
<Functionname="SetWindowIcon"retType="void"paramCount="1"desc="Set icon for window (single image, RGBA 32bit, only PLATFORM_DESKTOP)">
<Functionname="SetWindowIcon"retType="void"paramCount="1"desc="Set icon for window (single image, RGBA 32bit)">
<Paramtype="Image"name="image"desc=""/>
</Function>
<Functionname="SetWindowIcons"retType="void"paramCount="2"desc="Set icon for window (multiple images, RGBA 32bit, only PLATFORM_DESKTOP)">
<Functionname="SetWindowIcons"retType="void"paramCount="2"desc="Set icon for window (multiple images, RGBA 32bit)">
<Paramtype="Image *"name="images"desc=""/>
<Paramtype="int"name="count"desc=""/>
</Function>
<Functionname="SetWindowTitle"retType="void"paramCount="1"desc="Set title for window (only PLATFORM_DESKTOP and PLATFORM_WEB)">
<Functionname="SetWindowTitle"retType="void"paramCount="1"desc="Set title for window">
<Paramtype="const char *"name="title"desc=""/>
</Function>
<Functionname="SetWindowPosition"retType="void"paramCount="2"desc="Set window position on screen (only PLATFORM_DESKTOP)">
<Functionname="SetWindowPosition"retType="void"paramCount="2"desc="Set window position on screen">