Skip to content

raylib.SetWindowMinSize

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set window minimum dimensions (FLAG_WINDOW_RESIZABLE)

Parameters

Parameter Default Value Note
width
height

Return value

None.

Notes

Example

raylib.SetConfigFlags raylib.FLAG_WINDOW_RESIZABLE
raylib.InitWindow 800, 600, "My Game"
raylib.SetWindowMinSize 400, 300

Clone this wiki locally