Timing-related functions
-
void Raylib::setTargetFPS(int fps);Set the target frames-per-second. -
int Raylib::getFPS();Get the current frames-per-second. -
float Raylib::getFrameTime();Get the time in seconds for a frame. -
double Raylib::getTime();Get the current time in seconds.