C# 클래스 fliXNA_xbox.FlxKeyboard

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

공개 프로퍼티들

프로퍼티 타입 설명
buttons Buttons

공개 메소드들

메소드 설명
FlxKeyboard ( ) : System
justPressed ( Keys Key ) : bool

Returns true if the specified Key was just pressed

justReleased ( Keys Key ) : bool

Returns true if the specified Key was just released

pressed ( Keys Key ) : bool

Returns true if the specified Key is held down

reset ( ) : void
update ( ) : void

메소드 상세

FlxKeyboard() 공개 메소드

public FlxKeyboard ( ) : System
리턴 System

justPressed() 공개 메소드

Returns true if the specified Key was just pressed
public justPressed ( Keys Key ) : bool
Key Keys
리턴 bool

justReleased() 공개 메소드

Returns true if the specified Key was just released
public justReleased ( Keys Key ) : bool
Key Keys
리턴 bool

pressed() 공개 메소드

Returns true if the specified Key is held down
public pressed ( Keys Key ) : bool
Key Keys
리턴 bool

reset() 공개 메소드

public reset ( ) : void
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

buttons 공개적으로 정적으로 프로퍼티

public static Buttons buttons
리턴 Buttons