Property InputBuffer | Terminal.Gui v2 (original) (raw)
Namespace
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; }