C# Class WarTornLands.InputKey

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

Méthodes publiques

Méthode Description
Held ( ) : int
InputKey ( ) : System
SetMode ( int mode ) : void
Update ( GameTime gt, KeyboardState oldKeys ) : void

Method Details

Held() public abstract méthode

public abstract Held ( ) : int
Résultat int

InputKey() public méthode

public InputKey ( ) : System
Résultat System

SetMode() public abstract méthode

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

Update() public abstract méthode

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