GetFPS method

int GetFPS()

Implementation

int GetFPS() => run(
  () => 'GetFPS()',
  () => rl.Core.GetFPS(),
);