Table of Contents

Method CreateInputProcessor

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

CreateInputProcessor(ConcurrentQueue<InputRecord>)

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 override IInputProcessor CreateInputProcessor(ConcurrentQueue<WindowsConsole.InputRecord> inputBuffer)

Parameters

inputBuffer ConcurrentQueue<WindowsConsole.InputRecord>

Returns

IInputProcessor