Class KeyboardEventRecord
Keyboard input event record.
public record KeyboardEventRecord : InputEventRecord, IEquatable<InputEventRecord>, IEquatable<KeyboardEventRecord>
- Inheritance
-
KeyboardEventRecord
- Implements
- Inherited Members
Constructors
- KeyboardEventRecord(Key)
Keyboard input event record.
Properties
- Key
The key that was pressed.