The
MidPoint of the turner interactor implies a "reset distance" on turn direction choice, and dragging it making it easier to choose the other direction to turn. For example, if the user begins interacting by moving their hand fifteen centimeters to the left, that will select "left" as the turn direction. Then, if the user wishes to change direction an turn right, without dragging the user will have to move
more than fifteen centimeters to the right. However, if DragThreshold was 0.05 (or any number smaller than 0.15), then the user would only have to move right by that amount to change direction because the
MidPoint would have been dragged after left movement exceeded the threshold.