hasButton method

bool hasButton(
  1. int button
)

Implementation

bool hasButton(int button) {
  // 963
  return sdlGameControllerHasButton(this, button);
}