C# Class WarTornLands.Key

Inheritance: InputKey
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Méthode Description
Held ( ) : int
Key ( ) : System
SetActivator ( Buttons button ) : void
SetActivator ( Keys key ) : void
SetMode ( int mode ) : void
Update ( GameTime gt, KeyboardState oldKeys ) : void

Method Details

Held() public méthode

public Held ( ) : int
Résultat int

Key() public méthode

public Key ( ) : System
Résultat System

SetActivator() public méthode

public SetActivator ( Buttons button ) : void
button Buttons
Résultat void

SetActivator() public méthode

public SetActivator ( Keys key ) : void
key Keys
Résultat void

SetMode() public méthode

public SetMode ( int mode ) : void
mode int
Résultat void

Update() public méthode

public Update ( GameTime gt, KeyboardState oldKeys ) : void
gt Microsoft.Xna.Framework.GameTime
oldKeys Microsoft.Xna.Framework.Input.KeyboardState
Résultat void