C# Class EmptyKeys.UserInterface.Input.MonoGameGamePadState

Implements MonoGame specific Game Pad State
Inheritance: GamePadStateBase
Show file Open project: EmptyKeys/UI_Engines

Public Methods

Method Description
MonoGameGamePadState ( ) : System

Initializes a new instance of the MonoGameGamePadState class.

Update ( int gamePadIndex ) : void

Updates this instance.

Method Details

MonoGameGamePadState() public method

Initializes a new instance of the MonoGameGamePadState class.
public MonoGameGamePadState ( ) : System
return System

Update() public method

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