Skip to content

raylib.GetMonitorPhysicalHeight

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get selected monitor physical height in millimetres

Parameters

Parameter Default Value Note
monitor 0

Return value

Condition Return Value
(always) number

Notes

Example

ph = raylib.GetMonitorPhysicalHeight(0)
print "Physical height: " + ph + " mm"

Clone this wiki locally