IInputContext.IsGamepadButtonDown(GamepadButton, int) Method
Definition¶
Namespace: Brine2D.Input
Returns true if the gamepad button is currently pressed.
bool IsGamepadButtonDown(Brine2D.Input.GamepadButton button, int gamepadIndex=0);
Parameters¶
button GamepadButton
gamepadIndex System.Int32