MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / DrawFPS

Method DrawFPS

include/Window.hpp:412–412  ·  view source on GitHub ↗

* Draw current FPS */

Source from the content-addressed store, hash-verified

410 * Draw current FPS
411 */
412 static void DrawFPS(int posX = 10, int posY = 10) { ::DrawFPS(posX, posY); }
413
414 /**
415 * Returns time in seconds for last frame drawn

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected