MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / GetFPS

Method GetFPS

olcPixelGameEngine.h:2642–2645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2640 }
2641
2642 uint32_t PixelGameEngine::GetFPS() const
2643 {
2644 return nLastFPS;
2645 }
2646
2647 bool PixelGameEngine::IsFocused() const
2648 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected