Property InputBuffer | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

InputBuffer

The input events thread-safe collection. This is populated on separate thread by a IConsoleInput. Is drained as part of eachIteration()

public ConcurrentQueue<T> InputBuffer { get; }

Property Value

ConcurrentQueue

Edit this page