C# Class ThoNohT.NohBoard.Legacy.LegacyKeyCodeMapping

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat int>.Tuple