C# 클래스 hyades.KeyboardDevice

상속: InputDevice
파일 보기 프로젝트 열기: zfedoran/bubblebound

공개 메소드들

메소드 설명
IsDown ( Buttons button ) : bool
IsPressed ( Buttons button ) : bool
IsUp ( Buttons button ) : bool
KeyboardDevice ( ) : System
Update ( ) : void

메소드 상세

IsDown() 공개 메소드

public IsDown ( Buttons button ) : bool
button Buttons
리턴 bool

IsPressed() 공개 메소드

public IsPressed ( Buttons button ) : bool
button Buttons
리턴 bool

IsUp() 공개 메소드

public IsUp ( Buttons button ) : bool
button Buttons
리턴 bool

KeyboardDevice() 공개 메소드

public KeyboardDevice ( ) : System
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void