Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
VoidRadar
Tools
KeyboardInput
C# 클래스 VoidRadar.Tools.KeyboardInput
파일 보기
프로젝트 열기: andrewmunro/Void
공개 메소드들
메소드
설명
UpdateEnd
( ) :
void
UpdateStart
( ) :
void
currentKeysPressed
( ) :
Keys[]
isKeyDown
(
Keys
key
) :
bool
isKeyPressed
(
Keys
key
) :
bool
isKeyReleased
(
Keys
key
) :
bool
isKeyUp
(
Keys
key
) :
bool
메소드 상세
UpdateEnd()
공개
정적인
메소드
public
static
UpdateEnd
( ) :
void
리턴
void
UpdateStart()
공개
정적인
메소드
public
static
UpdateStart
( ) :
void
리턴
void
currentKeysPressed()
공개
정적인
메소드
public
static
currentKeysPressed
( ) :
Keys[]
리턴
Keys[]
isKeyDown()
공개
정적인
메소드
public
static
isKeyDown
(
Keys
key
) :
bool
key
Keys
리턴
bool
isKeyPressed()
공개
정적인
메소드
public
static
isKeyPressed
(
Keys
key
) :
bool
key
Keys
리턴
bool
isKeyReleased()
공개
정적인
메소드
public
static
isKeyReleased
(
Keys
key
) :
bool
key
Keys
리턴
bool
isKeyUp()
공개
정적인
메소드
public
static
isKeyUp
(
Keys
key
) :
bool
key
Keys
리턴
bool