C# 클래스 Nez.VirtualButton.KeyboardModifiedKey

works like KeyboardKey except the modifier key must also be down for isDown/isPressed to be true. isReleased checks only key.
상속: Node
파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
key Keys
modifier Keys

공개 메소드들

메소드 설명
KeyboardModifiedKey ( Keys key, Keys modifier ) : System.Collections.Generic

메소드 상세

KeyboardModifiedKey() 공개 메소드

public KeyboardModifiedKey ( Keys key, Keys modifier ) : System.Collections.Generic
key Keys
modifier Keys
리턴 System.Collections.Generic

프로퍼티 상세

key 공개적으로 프로퍼티

public Keys key
리턴 Keys

modifier 공개적으로 프로퍼티

public Keys modifier
리턴 Keys