Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
GraphicsEngine
Engine
InputStateService
C# Class GraphicsEngine.Engine.InputStateService
Datei anzeigen
Open project: ckarcz/GraphicsEngine
Class Usage Examples
Public Methods
Method
Description
InputStateService
( ) :
System.Windows.Input
IsKeyDown
(
Key
thisKey
) :
bool
IsKeyToggled
(
Key
thisKey
) :
bool
Method Details
InputStateService()
public
method
public
InputStateService
( ) :
System.Windows.Input
return
System.Windows.Input
IsKeyDown()
public
method
public
IsKeyDown
(
Key
thisKey
) :
bool
thisKey
Key
return
bool
IsKeyToggled()
public
method
public
IsKeyToggled
(
Key
thisKey
) :
bool
thisKey
Key
return
bool