Table of Contents

Property InputQueue

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

InputQueue

The input queue which is filled by IInput<TInputRecord> implementations running on the input thread. Implementations of this class should dequeue from this queue in ProcessQueue() on the main loop thread.

public ConcurrentQueue<TInputRecord> InputQueue { get; }

Property Value

ConcurrentQueue<TInputRecord>