C# Class ThoNohT.NohBoard.Legacy.LegacyKeyCodeMapping

Represents the mapping between legacy keycodes that were invented for mouse buttons and keyboard buttons.
Show file Open project: ThoNohT/NohBoard Class Usage Examples

Public Methods

Method Description
Map ( int keyCode ) : int>.Tuple

Maps the specified key code to a key type and a key code for this type.

Method Details

Map() public static method

Maps the specified key code to a key type and a key code for this type.
public static Map ( int keyCode ) : int>.Tuple
keyCode int The key code to map.
return int>.Tuple