C# Class EmptyKeys.UserInterface.Input.GamePadStateBase

Implements abstract Game Pad State
Show file Open project: EmptyKeys/UI_Engines

Public Methods

Method Description
GamePadStateBase ( )

Initializes a new instance of the GamePadStateBase class.

Update ( int gamePadIndex ) : void

Updates this instance.

Method Details

GamePadStateBase() public method

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

Update() public abstract method

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