Skip to content

raylib.GetRenderHeight

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get current screen height which is equal to screen height*dpi scale

Parameters

None.

Return value

Condition Return Value
(always) number

Notes

Example

h = raylib.GetRenderHeight
print "Render height (DPI-scaled): " + h

Clone this wiki locally