C# Class xnaHelper.Input.KeyboardHelper

Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Méthode Description
KeyboardHelper ( List keysOfInterest ) : System
Update ( GameTime gameTime ) : void

Method Details

KeyboardHelper() public méthode

public KeyboardHelper ( List keysOfInterest ) : System
keysOfInterest List
Résultat System

Update() public méthode

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