Interface IKeyConverter<T>
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