C# Class EmptyKeys.UserInterface.Input.FNAGamePadState

Implements FNA specific Game Pad State
Inheritance: GamePadStateBase
Afficher le fichier Open project: EmptyKeys/UI_Engines

Méthodes publiques

Méthode Description
FNAGamePadState ( ) : System

Initializes a new instance of the FNAGamePadState class.

Update ( int gamePadIndex ) : void

Updates this instance.

Method Details

FNAGamePadState() public méthode

Initializes a new instance of the FNAGamePadState class.
public FNAGamePadState ( ) : System
Résultat System

Update() public méthode

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