Skip to content

raylib.GetCurrentMonitor

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get current monitor where window is placed

Parameters

None.

Return value

Condition Return Value
(always) number

Notes

Example

m = raylib.GetCurrentMonitor
print "Window is on monitor " + m

Clone this wiki locally