C# 클래스 MyPolarBear.Input.KeyboardComponent

파일 보기 프로젝트 열기: sgdc/sgdc-old 1 사용 예제들

공개 메소드들

메소드 설명
GetPressedKeys ( ) : Keys[]
IsKeyPressed ( Keys key ) : bool
IsKeyReleased ( Keys key ) : bool
Update ( ) : void

메소드 상세

GetPressedKeys() 공개 메소드

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

IsKeyPressed() 공개 메소드

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

IsKeyReleased() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void