fromInstanceId static method

Pointer<SdlGameController> fromInstanceId(
  1. int joyid
)

Implementation

static Pointer<SdlGameController> fromInstanceId(int joyid) {
  // 355
  return sdlGameControllerFromInstanceId(joyid);
}