Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Horde3DNET
Samples
KnightNET
InputManager
C# 클래스 Horde3DNET.Samples.KnightNET.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