Table of Contents

Constructor NetInputProcessor

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

NetInputProcessor(ConcurrentQueue<ConsoleKeyInfo>, ITimeProvider?)

public NetInputProcessor(ConcurrentQueue<ConsoleKeyInfo> inputBuffer, ITimeProvider? timeProvider = null)

Parameters

inputBuffer ConcurrentQueue<ConsoleKeyInfo>

The input buffer to process.

timeProvider ITimeProvider

Time provider for timestamps and timing control.