TazGraph Project v0.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
BaseFPSLimiter Class Reference

Public Member Functions

void init (float maxFPS)
 
void setMaxFPS (float maxFPS)
 
void begin ()
 
float end ()
 
void setHistoryValue (float currentFPS)
 

Public Attributes

float fpsHistory [fps_history_count] = { 0 }
 
int fpsHistoryIndx = 0
 
float fps
 
float maxFPS
 
Uint32 frameTime
 
Uint32 startTicks
 

Static Public Attributes

static constexpr int fps_history_count = 100
 

The documentation for this class was generated from the following files: