C# 클래스 Clandestine.Keyboard

파일 보기 프로젝트 열기: mrmikey/nes

공개 메소드들

메소드 설명
Deinitialise ( ) : void
Initialise ( ) : void

Call Graphics.Initialise() before this.

IsPressed ( Key Key ) : bool

비공개 메소드들

메소드 설명
glfwKeyFun ( int keyValue, int down ) : void

메소드 상세

Deinitialise() 공개 정적인 메소드

public static Deinitialise ( ) : void
리턴 void

Initialise() 공개 정적인 메소드

Call Graphics.Initialise() before this.
public static Initialise ( ) : void
리턴 void

IsPressed() 공개 정적인 메소드

public static IsPressed ( Key Key ) : bool
Key Key
리턴 bool