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>, ITimeProvider?)

Methods

Process(ConsoleKeyInfo)

Processes a single input element dequeued from InputQueue. Called sequentially for each dequeued value.