C# Class EmptyKeys.UserInterface.Input.GamePadStateBase

Implements abstract Game Pad State
Afficher le fichier Open project: EmptyKeys/UI_Engines

Méthodes publiques

Méthode Description
GamePadStateBase ( )

Initializes a new instance of the GamePadStateBase class.

Update ( int gamePadIndex ) : void

Updates this instance.

Method Details

GamePadStateBase() public méthode

Initializes a new instance of the GamePadStateBase class.
public GamePadStateBase ( )

Update() public abstract méthode

Updates this instance.
public abstract Update ( int gamePadIndex ) : void
gamePadIndex int Index of the game pad.
Résultat void