Skip to content

raylib.GetRenderWidth

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get current render width which is equal to screen width*dpi scale

Parameters

None.

Return value

Condition Return Value
(always) number

Notes

Example

w = raylib.GetRenderWidth
print "Render width (DPI-scaled): " + w

Clone this wiki locally