Table of Contents

Class NetInputProcessor

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

Input processor for NetInput, deals in ConsoleKeyInfo stream

public class NetInputProcessor : InputProcessorImpl<ConsoleKeyInfo>, IInputProcessor, IDisposable
Inheritance
NetInputProcessor
Implements
Inherited Members

Constructors

NetInputProcessor(ConcurrentQueue<ConsoleKeyInfo>)

Methods

Process(ConsoleKeyInfo)

Process the provided single input element input. This method is called sequentially for each value read from InputQueue.