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