Table of Contents

Property InputQueue

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

InputQueue

The input events thread-safe collection. This is populated on separate thread by a IInput<TInputRecord>. Is drained as part of each Iteration() on the main loop thread.

public ConcurrentQueue<TInputRecord> InputQueue { get; }

Property Value

ConcurrentQueue<TInputRecord>