nameForIndex static method

String? nameForIndex(
  1. int joystickIndex
)

Implementation

static String? nameForIndex(int joystickIndex) {
  // 227
  return sdlGameControllerNameForIndex(joystickIndex);
}