Exemplo n.º 1
0
 public void SetAutopilot(bool on)
 {
     Autopilot = on;
     if (on)
     {
         //touchscreen on
     }
     else
     {
         //touchscreen off, hide waypoint, invalidate MM target
         HideWaypoint();
         MatrixMove.DisableAutopilotTarget();
     }
 }