Skip to content

raylib.SetWindowState

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set window configuration state using flags

Parameters

Parameter Default Value Note
flags

Return value

None.

Notes

Example

// Make the window resizable after creation
raylib.SetWindowState raylib.FLAG_WINDOW_RESIZABLE

Clone this wiki locally