Skip to content

raylib.ClearWindowState

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Clear window configuration state flags

Parameters

Parameter Default Value Note
flags

Return value

None.

Notes

Example

// Remove the resizable flag after it was set
raylib.ClearWindowState raylib.FLAG_WINDOW_RESIZABLE

Clone this wiki locally