getBindForButton method

SdlGameControllerButtonBind getBindForButton(
  1. int button
)

Implementation

SdlGameControllerButtonBind getBindForButton(int button) {
  // 935
  return sdlGameControllerGetBindForButton(this, button);
}