Method MapKeyToConsoleKey
MapKeyToConsoleKey(uint, out bool)
Maps a Key to a ConsoleKey.
public static uint MapKeyToConsoleKey(uint keyValue, out bool isMappable)
Parameters
Returns
- uint
The ConsoleKey or the
keyValue
.
Maps a Key to a ConsoleKey.
public static uint MapKeyToConsoleKey(uint keyValue, out bool isMappable)
The ConsoleKey or the keyValue
.