Skip to content

raylib.SetWindowSize

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set window dimensions

Parameters

Parameter Default Value Note
width
height

Return value

None.

Notes

Example

// Resize the window at runtime
raylib.SetWindowSize 1024, 768

Clone this wiki locally