getFps method
**** GET FPS Get current FPS (the algorithm seems correct, but what we see, is not! See Renderer::loop() )
Implementation
double getFps() {
return _getFps();
}
**** GET FPS Get current FPS (the algorithm seems correct, but what we see, is not! See Renderer::loop() )
double getFps() {
return _getFps();
}