Added four new basic swipe directions (diagonals), a simple line "straightness" integrity check to eliminate some false-positives, and the "triggerWhenCriteriaMet" boolean which gives the option to check for completion mid-gesture (in touchesMoved, the default) or only post-gesture (in touchesEnded). Also added summary data to all public members and several new categorical flags to the swipe enumeration list (to easily check if a swipe was in "any cardinal direction", for instance).
Added four new basic swipe directions (diagonals), a simple line "straightness" integrity check to eliminate some false-positives, and the "triggerWhenCriteriaMet" boolean which gives the option to check for completion mid-gesture (in touchesMoved, the default) or only post-gesture (in touchesEnded). Also added summary data to all public members and several new categorical flags to the swipe enumeration list (to easily check if a swipe was in "any cardinal direction", for instance).