C# 클래스 ThoNohT.NohBoard.Legacy.LegacyKeyCodeMapping

Represents the mapping between legacy keycodes that were invented for mouse buttons and keyboard buttons.
파일 보기 프로젝트 열기: ThoNohT/NohBoard 1 사용 예제들

공개 메소드들

메소드 설명
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