C# 클래스 Horde3DNET.Samples.ChicagoNET.InputManager

파일 보기 프로젝트 열기: mgottschlag/horde3d

공개 메소드들

메소드 설명
IsKeyDown ( Keys keyCode ) : bool

Checks if a key is pressed.

Update ( ) : void

Updates the key states.

메소드 상세

IsKeyDown() 공개 정적인 메소드

Checks if a key is pressed.
public static IsKeyDown ( Keys keyCode ) : bool
keyCode Keys specify key code
리턴 bool

Update() 공개 정적인 메소드

Updates the key states.
public static Update ( ) : void
리턴 void