Method CreateInputProcessor
CreateInputProcessor(ConcurrentQueue<char>, ITimeProvider?)
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 Mouse.
public override IInputProcessor CreateInputProcessor(ConcurrentQueue<char> inputBuffer, ITimeProvider? timeProvider = null)
Parameters
inputBufferConcurrentQueue<char>timeProviderITimeProviderTime provider for timestamps and timing control. If null, SystemTimeProvider is used.