KeyBinding Class
Binds a single keyboard key.
public sealed record KeyBinding : Brine2D.Input.InputBinding, System.IEquatable<Brine2D.Input.KeyBinding>
Inheritance System.Object → InputBinding → KeyBinding
Implements System.IEquatable<KeyBinding>
| Constructors | |
|---|---|
| KeyBinding(Key) | Binds a single keyboard key. |