C# Class EmptyKeys.UserInterface.Input.XenkoGamePadState

Implements Xenko engine specific game pad state
Inheritance: GamePadStateBase
Show file Open project: EmptyKeys/UI_Engines

Public Methods

Method Description
Update ( int gamePadIndex ) : void

Updates the specified game pad index.

Method Details

Update() public method

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