DEFAULT_EXCLUSIONS
The default configuration of exclusions:
GestureType.Shove excludes GestureType.Rotation and GestureType.Scale
GestureType.Rotation excludes GestureType.Shove and GestureType.Scale
GestureType.Scale excludes GestureType.Shove
GestureType.Move excludes GestureType.Shove
GestureType.LongPress excludes GestureType.Rotation, GestureType.Scale, GestureType.Shove, GestureType.DoubleTap
GestureType.DoubleTap excludes GestureType.Scale.