Skip to content

raylib.MinimizeWindow

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set window state: minimized

Parameters

None.

Return value

None.

Notes

Example

// Minimize the window when a key is pressed
if raylib.IsKeyPressed(raylib.KEY_M) then raylib.MinimizeWindow

Clone this wiki locally