KeyBinding Class
Definition
Namespace: Brine2D.Input
Binds a single keyboard key.
C#
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. |