Table of Contents

Method ReadAvailable

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

ReadAvailable()

Reads all available input synchronously. Called by InputProcessor on the main loop thread.

IEnumerable<InputEventRecord> ReadAvailable()

Returns

IEnumerable<InputEventRecord>

An enumerable of input records available for processing.