Skip to content

IInputContext.IsGamepadButtonReleased(GamepadButton, int) Method

Definition

Namespace: Brine2D.Input

Returns true if the gamepad button was released this frame.

bool IsGamepadButtonReleased(Brine2D.Input.GamepadButton button, int gamepadIndex=0);

Parameters

button GamepadButton

gamepadIndex System.Int32

Returns

System.Boolean