Table of Contents

Property InputBuffer

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

InputBuffer

The input events thread-safe collection. This is populated on separate thread by a IConsoleInput<T>. Is drained as part of each Iteration()

public ConcurrentQueue<T> InputBuffer { get; }

Property Value

ConcurrentQueue<T>