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

Method GetTime

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

* Returns elapsed time in seconds since InitWindow() */

Source from the content-addressed store, hash-verified

420 * Returns elapsed time in seconds since InitWindow()
421 */
422 static double GetTime() { return ::GetTime(); }
423
424 /**
425 * Check if window has been initialized successfully

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected