Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
FarseerPhysics
Testbed
Framework
KeyboardManager
C# Class FarseerPhysics.Testbed.Framework.KeyboardManager
ファイルを表示
Open project: tinco/Farseer-Physics
Class Usage Examples
Public Methods
Method
Description
IsKeyDown
(
Keys
key
) :
bool
IsNewKeyPress
(
Keys
key
) :
bool
Private Methods
Method
Description
IsKeyUp
(
Keys
key
) :
bool
Method Details
IsKeyDown()
public
method
public
IsKeyDown
(
Keys
key
) :
bool
key
Keys
return
bool
IsNewKeyPress()
public
method
public
IsNewKeyPress
(
Keys
key
) :
bool
key
Keys
return
bool