hyades.GamePadDevice.GamePadDevice C# (CSharp) Méthode

GamePadDevice() public méthode

public GamePadDevice ( PlayerIndex playerIndex ) : System
playerIndex PlayerIndex
Résultat System
        public GamePadDevice(PlayerIndex playerIndex)
        {
            this.playerIndex = playerIndex;
        }