C# Class EmptyKeys.UserInterface.Input.XenkoGamePadState

Implements Xenko engine specific game pad state
Inheritance: GamePadStateBase
Afficher le fichier Open project: EmptyKeys/UI_Engines

Méthodes publiques

Méthode Description
Update ( int gamePadIndex ) : void

Updates the specified game pad index.

Method Details

Update() public méthode

Updates the specified game pad index.
public Update ( int gamePadIndex ) : void
gamePadIndex int Index of the game pad.
Résultat void