IsGamepadButtonPressed method

bool IsGamepadButtonPressed(
  1. int gamepad,
  2. int button
)

Implementation

bool IsGamepadButtonPressed(int gamepad, int button) {
  return _IsGamepadButtonPressed(gamepad, button);
}