Fixes #4374 - Nukes all (?) legacy Driver and Application stuff; revamps tests (#4376)

This commit is contained in:
Tig
2025-11-11 16:29:33 -07:00
committed by GitHub
parent 559dea9239
commit d53fcd7485
310 changed files with 14827 additions and 16911 deletions

View File

@@ -2,7 +2,7 @@
namespace Terminal.Gui.Drivers;
/// <summary>
/// The <see cref="KeyCode"/> enumeration encodes key information from <see cref="IConsoleDriver"/>s and provides a
/// The <see cref="KeyCode"/> enumeration encodes key information from <see cref="IDriver"/>s and provides a
/// consistent way for application code to specify keys and receive key events.
/// <para>
/// The <see cref="Key"/> class provides a higher-level abstraction, with helper methods and properties for