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