IsGamepadButtonReleased method

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

Implementation

bool IsGamepadButtonReleased(int gamepad, int button) {
  return _IsGamepadButtonReleased(gamepad, button);
}