Esempio n. 1
0
 public XBoxThumbSticks(XBoxConnection _xboxConnection)
 {
     xboxConnection  = _xboxConnection;
     leftThumbStick  = new XBoxVector2(xboxConnection, XBTarget_t.LeftStickX, XBTarget_t.LeftStickY);
     rightThumbStick = new XBoxVector2(xboxConnection, XBTarget_t.RightStickX, XBTarget_t.RightStickY);
 }
Esempio n. 2
0
 public XBoxThumbSticks(XBoxConnection _xboxConnection)
 {
     xboxConnection = _xboxConnection;
     leftThumbStick = new XBoxVector2(xboxConnection, XBTarget_t.LeftStickX, XBTarget_t.LeftStickY);
     rightThumbStick = new XBoxVector2(xboxConnection, XBTarget_t.RightStickX, XBTarget_t.RightStickY);
 }