C# Class EmptyKeys.UserInterface.Input.MonoGameGamePadState

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

Méthodes publiques

Méthode Description
MonoGameGamePadState ( ) : System

Initializes a new instance of the MonoGameGamePadState class.

Update ( int gamePadIndex ) : void

Updates this instance.

Method Details

MonoGameGamePadState() public méthode

Initializes a new instance of the MonoGameGamePadState class.
public MonoGameGamePadState ( ) : 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