Skip to content

raylib.GetScreenHeight

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get current screen height

Parameters

None.

Return value

Condition Return Value
(always) number

Notes

Example

h = raylib.GetScreenHeight
print "Screen height: " + h

Clone this wiki locally