コード例 #1
0
 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();
 }