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
Sharpex2D
Input
KeyboardState
C# Class Sharpex2D.Input.KeyboardState
ファイルを表示
Open project: ThuCommix/Sharpex2D
Class Usage Examples
Public Methods
Method
Description
IsPressed
(
Keys
key
) :
bool
A value indicating whether the key is pressed.
Private Methods
Method
Description
KeyboardState
(
bool>.Dictionary
reference
) :
System.Collections.Generic
Initializes a new KeyState class.
Method Details
IsPressed()
public
method
A value indicating whether the key is pressed.
public
IsPressed
(
Keys
key
) :
bool
key
Keys
The Key.
return
bool