pathForIndex static method

String? pathForIndex(
  1. int joystickIndex
)

Implementation

static String? pathForIndex(int joystickIndex) {
  // 256
  return sdlGameControllerPathForIndex(joystickIndex);
}