Skip to content

raylib.GetMonitorHeight

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get selected monitor height (currently used by monitor)

Parameters

Parameter Default Value Note
monitor 0

Return value

Condition Return Value
(always) number

Notes

Example

h = raylib.GetMonitorHeight(0)
print "Primary monitor height: " + h + " px"

Clone this wiki locally