DrawFPS method

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

Implementation

void DrawFPS(int posX, int posY) {
  return _DrawFPS(posX, posY);
}