public AsGamePad(uint playerIndex)
 {
     mPlayerIndex = playerIndex;
     mRightStick = new AsThumbStick();
     mLeftStick = new AsThumbStick();
 }
示例#2
0
 public AsGamePad(uint playerIndex)
 {
     mPlayerIndex = playerIndex;
     mRightStick  = new AsThumbStick();
     mLeftStick   = new AsThumbStick();
 }