Constructor InputProcessor
InputProcessor(ConcurrentQueue<T>, IKeyConverter<T>)
Constructs base instance including wiring all relevant parser events and setting InputBuffer to the provided thread safe input collection.
protected InputProcessor(ConcurrentQueue<T> inputBuffer, IKeyConverter<T> keyConverter)
Parameters
inputBufferConcurrentQueue<T>The collection that will be populated with new input (see IConsoleInput<T>)
keyConverterIKeyConverter<T>Key converter for translating driver specific
Tclass into Terminal.Gui Key.