C# 클래스 Microsoft.Xna.Framework.Input.KeyboardState

Holds the state of keystrokes by a keyboard.
파일 보기 프로젝트 열기: DeathCradle/Open-Terraria-API 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty Keys[]

공개 메소드들

메소드 설명
GetPressedKeys ( ) : Keys[]
IsKeyDown ( Keys key ) : bool

메소드 상세

GetPressedKeys() 공개 메소드

public GetPressedKeys ( ) : Keys[]
리턴 Keys[]

IsKeyDown() 공개 메소드

public IsKeyDown ( Keys key ) : bool
key Keys
리턴 bool

프로퍼티 상세

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

public static Keys[] Empty
리턴 Keys[]