Interface IKeyConverter | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Interface for subcomponent of a InputProcessor 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
Converts the native keyboard class read from console into the shared Key class used by Terminal.Gui views.