getFPS function

int getFPS()

Get current FPS.

Implementation

int getFPS() {
  return library.GetFPS();
}