C# Class SuperCaissiere.Engine.Input.Rumble

Gamepad vibrations =)
Afficher le fichier Open project: valryon/super-caissiere

Méthodes publiques

Méthode Description
Rumble ( int idx ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

Decrease and set vibrations

Method Details

Rumble() public méthode

public Rumble ( int idx ) : Microsoft.Xna.Framework
idx int
Résultat Microsoft.Xna.Framework

Update() public méthode

Decrease and set vibrations
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void