IsGamepadButtonReleased method

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

Check if a gamepad button has been released once

Implementation

bool IsGamepadButtonReleased(int gamepad, int button)
  => _IsGamepadButtonReleased(gamepad, button);