Method CreateInputProcessor
CreateInputProcessor(ConcurrentQueue<T>)
Creates the InputProcessor<T> class for the current driver implementation i.e. the class responsible for translating raw console input into Terminal.Gui common event Key and MouseEventArgs.
public abstract IInputProcessor CreateInputProcessor(ConcurrentQueue<T> inputBuffer)
Parameters
inputBuffer
ConcurrentQueue<T>