Method CreateInputProcessor
CreateInputProcessor(ConcurrentQueue<ConsoleKeyInfo>)
Creates the InputProcessorImpl<TInputRecord> 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 override IInputProcessor CreateInputProcessor(ConcurrentQueue<ConsoleKeyInfo> inputBuffer)
Parameters
inputBufferConcurrentQueue<ConsoleKeyInfo>