Skip to content

raylib.DrawFPS

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Draw current FPS NOTE: Uses default font

Parameters

Parameter Default Value Note
posX 0
posY 0

Return value

None.

Notes

Example

// Draw frame rate counter in the top-left corner
raylib.DrawFPS 10, 10

Clone this wiki locally