Skip to content

raylib.MaximizeWindow

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set window state: maximized, if resizable

Parameters

None.

Return value

None.

Notes

Example

raylib.InitWindow 800, 600, "My Game"
raylib.MaximizeWindow

Clone this wiki locally