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

Method GetFPS

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

* Returns current FPS */

Source from the content-addressed store, hash-verified

405 * Returns current FPS
406 */
407 static int GetFPS() { return ::GetFPS(); }
408
409 /**
410 * Draw current FPS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected