KeyPressedEvent Class
Raised when a key is pressed.
public record KeyPressedEvent : System.IEquatable<Brine2D.Input.KeyPressedEvent>
Inheritance System.Object → KeyPressedEvent
Implements System.IEquatable<KeyPressedEvent>
| Constructors | |
|---|---|
| KeyPressedEvent(Key, bool) | Raised when a key is pressed. |