Extends Gesture
Gesture.MultiTouch
Gesture.MultiTouch is used to implement custom, multi-touch gestures.
If your gesture is only going to handle a single touch point it is often simpler to use the Gesture.SingleTouch element instead.
View the MultiTouch Gesture Example projectSave