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