Table of Contents

Interface IWindowsInput

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

Wraps IConsoleInput for Windows console input events (WindowsConsole.InputRecord). Needed to support Mocking in tests.

public interface IWindowsInput : IInput<WindowsConsole.InputRecord>, IDisposable
Inherited Members