Class ConsoleKeyMapping
Helper class to handle mapping between KeyCode and ConsoleKeyInfo.
public static class ConsoleKeyMapping
- Inheritance
-
ConsoleKeyMapping
- Inherited Members
Methods
- GetConsoleKeyInfoFromKeyCode(KeyCode)
Gets a ConsoleKeyInfo from a KeyCode.
- GetModifiers(bool, bool, bool)
Gets ConsoleModifiers from bool modifiers.
- MapToConsoleModifiers(KeyCode)
Map existing KeyCode modifiers to ConsoleModifiers.