Method ReadAvailable
ReadAvailable()
Reads all available input synchronously. Called by InputProcessor on the main loop thread.
public IEnumerable<InputEventRecord> ReadAvailable()
Returns
- IEnumerable<InputEventRecord>
An enumerable of input records available for processing.