C# 클래스 OpenRA.Platforms.Default.MultiTapDetection

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
DetectFromKeyboard ( Keycode key ) : int
DetectFromMouse ( byte button, int2 xy ) : int
InfoFromKeyboard ( Keycode key ) : int
InfoFromMouse ( byte button ) : int

메소드 상세

DetectFromKeyboard() 공개 정적인 메소드

public static DetectFromKeyboard ( Keycode key ) : int
key Keycode
리턴 int

DetectFromMouse() 공개 정적인 메소드

public static DetectFromMouse ( byte button, int2 xy ) : int
button byte
xy int2
리턴 int

InfoFromKeyboard() 공개 정적인 메소드

public static InfoFromKeyboard ( Keycode key ) : int
key Keycode
리턴 int

InfoFromMouse() 공개 정적인 메소드

public static InfoFromMouse ( byte button ) : int
button byte
리턴 int