C# 클래스 OpenRA.KeyInput

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

공개 프로퍼티들

프로퍼티 타입 설명
Event KeyInputEvent
Key Keycode
Modifiers Modifiers
MultiTapCount int
UnicodeChar char

프로퍼티 상세

Event 공개적으로 프로퍼티

public KeyInputEvent Event
리턴 KeyInputEvent

Key 공개적으로 프로퍼티

public Keycode Key
리턴 Keycode

Modifiers 공개적으로 프로퍼티

public Modifiers Modifiers
리턴 Modifiers

MultiTapCount 공개적으로 프로퍼티

public int MultiTapCount
리턴 int

UnicodeChar 공개적으로 프로퍼티

public char UnicodeChar
리턴 char