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

Method GetFrameTime

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

* Returns time in seconds for last frame drawn */

Source from the content-addressed store, hash-verified

415 * Returns time in seconds for last frame drawn
416 */
417 static float GetFrameTime() { return ::GetFrameTime(); }
418
419 /**
420 * Returns elapsed time in seconds since InitWindow()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected