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