C# Class SuperCaissiere.Engine.Input.Devices.GamepadDevice

Inheritance: Device
Afficher le fichier Open project: valryon/super-caissiere

Méthodes publiques

Méthode Description
GamepadDevice ( LogicalPlayerIndex logicalPlayerIndex, PlayerIndex index ) : Microsoft.Xna.Framework
Update ( Microsoft gameTime ) : void

Private Methods

Méthode Description
MapButtonValue ( Microsoft.Xna.Framework.Input previousXnaButton, Microsoft.Xna.Framework.Input xnaButton, MappingButtons button ) : void

Method Details

GamepadDevice() public méthode

public GamepadDevice ( LogicalPlayerIndex logicalPlayerIndex, PlayerIndex index ) : Microsoft.Xna.Framework
logicalPlayerIndex LogicalPlayerIndex
index PlayerIndex
Résultat Microsoft.Xna.Framework

Update() public méthode

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void