GamepadButtonReleasedEvent Class
Definition
Namespace: Brine2D.Input
Raised when a gamepad button is released.
C#
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. |