Implemented interface member:
event
KeyPressed
Microsoft.DotNet.Watch.IConsole.KeyPressed
3 references to KeyPressed
dotnet-watch (3)
UI\PhysicalConsole.cs (3)
78KeyPressed?.Invoke(key); 88KeyPressed?.Invoke(new ConsoleKeyInfo(CtrlC, ConsoleKey.C, shift: false, alt: false, control: true)); 96KeyPressed?.Invoke(key);