Ejemplo n.º 1
0
 public AsGamePad(uint playerIndex)
 {
     mPlayerIndex = playerIndex;
     mRightStick = new AsThumbStick();
     mLeftStick = new AsThumbStick();
 }
Ejemplo n.º 2
0
 public AsGamePad(uint playerIndex)
 {
     mPlayerIndex = playerIndex;
     mRightStick  = new AsThumbStick();
     mLeftStick   = new AsThumbStick();
 }