isGameController static method

bool isGameController(
  1. int joystickIndex
)

Implementation

static bool isGameController(int joystickIndex) {
  // 198
  return sdlIsGameController(joystickIndex);
}