1 reference to ConsoleKeyInfo
mscorlib (1)
system\console.cs (1)
1554ConsoleKeyInfo info = new ConsoleKeyInfo((char)ir.keyEvent.uChar, (ConsoleKey) ir.keyEvent.virtualKeyCode, shift, alt, control);