namespace Terminal.Gui.Drivers; /// /// Wraps IConsoleInput for .NET console input events (ConsoleKeyInfo). Needed to support Mocking in tests. /// internal interface INetInput : IInput { }