C# 클래스 Axiom.Input.KeyEventArgs

Events args for keyboard input events.
상속: Axiom.Input.InputEventArgs
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
key KeyCodes

공개 메소드들

메소드 설명
KeyEventArgs ( KeyCodes key, ModifierKeys modifiers ) : System

Constructor.

메소드 상세

KeyEventArgs() 공개 메소드

Constructor.
public KeyEventArgs ( KeyCodes key, ModifierKeys modifiers ) : System
key KeyCodes Key that was pressed.
modifiers ModifierKeys Modifier keys pressed at the time of the event.
리턴 System

프로퍼티 상세

key 보호되어 있는 프로퍼티

Which key was pressed.
protected KeyCodes key
리턴 KeyCodes