C# Class Gearset.Components.KeyboardComponent

This is a game component that implements IUpdateable.
Inheritance: Gearset.Components.Gear
Afficher le fichier Open project: juancampa/Gearset

Méthodes publiques

Méthode Description
KeyboardComponent ( ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
IsKeyDown ( Keys key ) : bool
IsKeyJustDown ( Keys key ) : bool

Method Details

KeyboardComponent() public méthode

public KeyboardComponent ( ) : Microsoft.Xna.Framework
Résultat Microsoft.Xna.Framework

Update() public méthode

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