C# 클래스 MilkShakeFramework.IO.Input.Devices.KeyboardInput

파일 보기 프로젝트 열기: lucas-jones/MilkShake-old

공개 메소드들

메소드 설명
UpdateEnd ( ) : void
UpdateStart ( ) : void
currentKeysPressed ( ) : Keys[]
isKeyDown ( Keys key ) : bool
isKeyPressed ( Keys key ) : bool
isKeyReleased ( Keys key ) : bool
isKeyUp ( Keys key ) : bool

메소드 상세

UpdateEnd() 공개 정적인 메소드

public static UpdateEnd ( ) : void
리턴 void

UpdateStart() 공개 정적인 메소드

public static UpdateStart ( ) : void
리턴 void

currentKeysPressed() 공개 정적인 메소드

public static currentKeysPressed ( ) : Keys[]
리턴 Keys[]

isKeyDown() 공개 정적인 메소드

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

isKeyPressed() 공개 정적인 메소드

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

isKeyReleased() 공개 정적인 메소드

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

isKeyUp() 공개 정적인 메소드

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