Table of Contents

Class KeyboardEventRecord

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

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.