Skip to content

raylib.GetMonitorPhysicalWidth

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get selected monitor physical width in millimetres

Parameters

Parameter Default Value Note
monitor 0

Return value

Condition Return Value
(always) number

Notes

Example

pw = raylib.GetMonitorPhysicalWidth(0)
print "Physical width: " + pw + " mm"

Clone this wiki locally