Skip to content

raylib.GetMonitorPosition

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get selected monitor position

Parameters

Parameter Default Value Note
monitor 0

Return value

Condition Return Value
(always) list

Notes

Example

pos = raylib.GetMonitorPosition(0)
print "Monitor 0 position: " + pos[0] + ", " + pos[1]

Clone this wiki locally