hyades.GamePadDevice.GamePadDevice C# (CSharp) Method

GamePadDevice() public method

public GamePadDevice ( PlayerIndex playerIndex ) : System
playerIndex PlayerIndex
return System
        public GamePadDevice(PlayerIndex playerIndex)
        {
            this.playerIndex = playerIndex;
        }