GamepadButtonReleasedEvent Class
Raised when a gamepad button is released.
public record GamepadButtonReleasedEvent : System.IEquatable<Brine2D.Input.GamepadButtonReleasedEvent>
Inheritance System.Object → GamepadButtonReleasedEvent
Implements System.IEquatable<GamepadButtonReleasedEvent>
| Constructors | |
|---|---|
| GamepadButtonReleasedEvent(GamepadButton, int) | Raised when a gamepad button is released. |