Skip to content

raylib.SetWindowPosition

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set window position on screen (windowed mode)

Parameters

Parameter Default Value Note
x
y

Return value

None.

Notes

Example

// Position the window at coordinates (100, 100) on the desktop
raylib.SetWindowPosition 100, 100

Clone this wiki locally