Class ConsoleKeyMapping
Helper class to handle the scan code and virtual key from a ConsoleKey.
public static class ConsoleKeyMapping
- Inheritance
-
ConsoleKeyMapping
- Inherited Members
Methods
- GetKeyCharFromConsoleKey(uint, ConsoleModifiers, out uint, out uint)
Get the output character from the ConsoleKey.
- MapConsoleKeyToKey(ConsoleKey, out bool)
Maps a ConsoleKey to a Key.
- MapKeyModifiers(ConsoleKeyInfo, Key)
Maps a ConsoleKeyInfo to a Key.
- MapKeyToConsoleKey(uint, out bool)
Maps a Key to a ConsoleKey.