IsGamepadButtonPressed function

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

Implementation

bool IsGamepadButtonPressed(int gamepad, int button) => _module.IsGamepadButtonPressed(gamepad, button);