C# 클래스 Oglr.Core.KeyboardStatus

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

공개 메소드들

메소드 설명
IsKeyDown ( Keys keys ) : bool
IsKeyUp ( Keys keys ) : bool
IsNewKeyPress ( Keys key ) : bool
IsNewKeyRelease ( Keys key ) : bool
Update ( KeyboardState keyboardState ) : void

메소드 상세

IsKeyDown() 공개 정적인 메소드

public static IsKeyDown ( Keys keys ) : bool
keys Keys
리턴 bool

IsKeyUp() 공개 정적인 메소드

public static IsKeyUp ( Keys keys ) : bool
keys Keys
리턴 bool

IsNewKeyPress() 공개 정적인 메소드

public static IsNewKeyPress ( Keys key ) : bool
key Keys
리턴 bool

IsNewKeyRelease() 공개 정적인 메소드

public static IsNewKeyRelease ( Keys key ) : bool
key Keys
리턴 bool

Update() 공개 정적인 메소드

public static Update ( KeyboardState keyboardState ) : void
keyboardState Microsoft.Xna.Framework.Input.KeyboardState
리턴 void