allowableMovement
The maximum movement of the mouse in the view before the gesture fails.
Declaration
var allowableMovement: CGFloat { get set }Discussion
The mouse must move by the specified amount along either axis for the gesture to fail. The distance is measured in points. The default value of this property is the same as the double-click distance.