C# Class SpaceCats_v2.InputManager

Afficher le fichier Open project: acm-team/SpaceCats Class Usage Examples

Méthodes publiques

Méthode Description
InputManager ( Main game ) : System
IsKeyDown ( GameControl control ) : bool
IsKeyDown ( Keys key ) : bool
KeyPressed ( GameControl control ) : bool
KeyPressed ( Keys key ) : bool
KeyReleased ( GameControl control ) : bool
KeyReleased ( Keys key ) : bool
Reset ( ) : void
SetDefaultControls ( ) : void
Update ( GameTime gametime ) : void

Method Details

InputManager() public méthode

public InputManager ( Main game ) : System
game Main
Résultat System

IsKeyDown() public méthode

public IsKeyDown ( GameControl control ) : bool
control GameControl
Résultat bool

IsKeyDown() public méthode

public IsKeyDown ( Keys key ) : bool
key Keys
Résultat bool

KeyPressed() public méthode

public KeyPressed ( GameControl control ) : bool
control GameControl
Résultat bool

KeyPressed() public méthode

public KeyPressed ( Keys key ) : bool
key Keys
Résultat bool

KeyReleased() public méthode

public KeyReleased ( GameControl control ) : bool
control GameControl
Résultat bool

KeyReleased() public méthode

public KeyReleased ( Keys key ) : bool
key Keys
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

SetDefaultControls() public méthode

public SetDefaultControls ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gametime ) : void
gametime Microsoft.Xna.Framework.GameTime
Résultat void