Table of Contents

Property KeyConverter

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

KeyConverter

Class responsible for translating the driver specific native input class TInputRecord e.g. ConsoleKeyInfo into the Terminal.Gui Key class (used for all internal library representations of Keys).

public IKeyConverter<TInputRecord> KeyConverter { get; }

Property Value

IKeyConverter<TInputRecord>