Skip to content

raylib.GetScreenWidth

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get current screen width

Parameters

None.

Return value

Condition Return Value
(always) number

Notes

Example

w = raylib.GetScreenWidth
print "Screen width: " + w

Clone this wiki locally