C# Class ProjectCow.InputManager

Capture all inputs
Afficher le fichier Open project: csce3513/Team12 Class Usage Examples

Méthodes publiques

Méthode Description
InputManager ( ) : System
IsAKeyDown ( ) : bool
IsBKeyPressed ( ) : bool
IsCKeyPressed ( ) : bool
IsDKeyDown ( ) : bool
IsEnterKeyPressed ( ) : bool
IsIKeyPressed ( ) : bool
IsPKeyPressed ( ) : bool
IsQKeyPressed ( ) : bool
IsRKeyPressed ( ) : bool
IsSKeyDown ( ) : bool
IsSpaceKeyDown ( ) : bool
IsWKeyDown ( ) : bool
Update ( ) : void

Method Details

InputManager() public méthode

public InputManager ( ) : System
Résultat System

IsAKeyDown() public méthode

public IsAKeyDown ( ) : bool
Résultat bool

IsBKeyPressed() public méthode

public IsBKeyPressed ( ) : bool
Résultat bool

IsCKeyPressed() public méthode

public IsCKeyPressed ( ) : bool
Résultat bool

IsDKeyDown() public méthode

public IsDKeyDown ( ) : bool
Résultat bool

IsEnterKeyPressed() public méthode

public IsEnterKeyPressed ( ) : bool
Résultat bool

IsIKeyPressed() public méthode

public IsIKeyPressed ( ) : bool
Résultat bool

IsPKeyPressed() public méthode

public IsPKeyPressed ( ) : bool
Résultat bool

IsQKeyPressed() public méthode

public IsQKeyPressed ( ) : bool
Résultat bool

IsRKeyPressed() public méthode

public IsRKeyPressed ( ) : bool
Résultat bool

IsSKeyDown() public méthode

public IsSKeyDown ( ) : bool
Résultat bool

IsSpaceKeyDown() public méthode

public IsSpaceKeyDown ( ) : bool
Résultat bool

IsWKeyDown() public méthode

public IsWKeyDown ( ) : bool
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void