IsGamepadButtonUp method

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

Check if a gamepad button is NOT being pressed

Implementation

bool IsGamepadButtonUp(int gamepad, int button)
  => _IsGamepadButtonUp(gamepad, button);