DrawFPS method

void DrawFPS(
  1. int posX,
  2. int posY
)

Draw current FPS

Implementation

void DrawFPS(int posX, int posY)
  => _DrawFPS(posX, posY);