open static method

Pointer<SdlGameController> open(
  1. int joystickIndex
)

Implementation

static Pointer<SdlGameController> open(int joystickIndex) {
  // 335
  return sdlGameControllerOpen(joystickIndex);
}