Table of Contents

Interface ITestableInput<TInputRecord>

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

Marker interface for IInput implementations that support test input injection.

public interface ITestableInput<TInputRecord> : IInput<TInputRecord>, IDisposable where TInputRecord : struct

Type Parameters

TInputRecord

The input record type

Inherited Members

Methods

AddInput(TInputRecord)

Adds an input record that will be returned by Peek/Read for testing.