C# 클래스 EmptyKeys.UserInterface.Input.KeyboardStateBase

Implements abstract keyboard state
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
IsKeyPressed ( KeyCode keyCode ) : bool

Determines whether [is key pressed] [the specified key code].

KeyboardStateBase ( )

Initializes a new instance of the KeyboardStateBase class.

Update ( ) : void

Updates this instance.

메소드 상세

IsKeyPressed() 공개 추상적인 메소드

Determines whether [is key pressed] [the specified key code].
public abstract IsKeyPressed ( KeyCode keyCode ) : bool
keyCode KeyCode The key code.
리턴 bool

KeyboardStateBase() 공개 메소드

Initializes a new instance of the KeyboardStateBase class.
public KeyboardStateBase ( )

Update() 공개 추상적인 메소드

Updates this instance.
public abstract Update ( ) : void
리턴 void