setTargetFPS function

void setTargetFPS(
  1. int fps
)

Set target FPS (maximum).

Implementation

void setTargetFPS(int fps) {
  return library.SetTargetFPS(fps);
}