Table of Contents

Interface IKeyConverter<T>

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Interface for subcomponent of a InputProcessor<T> which can translate the raw console input type T (which typically varies by driver) to the shared Terminal.Gui Key class.

public interface IKeyConverter<in T>

Type Parameters

T

Methods

ToKey(T)

Converts the native keyboard class read from console into the shared Key class used by Terminal.Gui views.