DrawFPS function

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

See RaylibCoreFlatModule.DrawFPS.

Implementation

void DrawFPS(
  int posX,
  int posY,
) => _module.DrawFPS(posX, posY);