namespace Terminal.Gui.Drivers; /// /// Wraps IConsoleInput for Windows console input events (WindowsConsole.InputRecord). Needed to support Mocking in tests. /// public interface IWindowsInput : IInput { }