C# Class GraphicsEngine.Engine.InputStateService

Afficher le fichier Open project: ckarcz/GraphicsEngine Class Usage Examples

Méthodes publiques

Méthode Description
InputStateService ( ) : System.Windows.Input
IsKeyDown ( Key thisKey ) : bool
IsKeyToggled ( Key thisKey ) : bool

Method Details

InputStateService() public méthode

public InputStateService ( ) : System.Windows.Input
Résultat System.Windows.Input

IsKeyDown() public méthode

public IsKeyDown ( Key thisKey ) : bool
thisKey Key
Résultat bool

IsKeyToggled() public méthode

public IsKeyToggled ( Key thisKey ) : bool
thisKey Key
Résultat bool