mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
- Removed Terminal.Gui.Examples using statement from FakeComponentFactory - Removed key injection logic from FakeComponentFactory.CreateInput() - Created ExampleContextInjector to handle key injection via Application.Driver.EnqueueKeyEvent - Updated examples to call ExampleContextInjector.SetupAutomaticInjection() before Init - This addresses @tig's comment to use Driver.EnqueueKeyEvent instead of direct FakeInput injection Co-authored-by: tig <585482+tig@users.noreply.github.com>