C# Класс ThoNohT.NohBoard.Legacy.LegacyKeyCodeMapping

Represents the mapping between legacy keycodes that were invented for mouse buttons and keyboard buttons.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Map ( int keyCode ) : int>.Tuple

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

Описание методов

Map() публичный статический Метод

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.
Результат int>.Tuple