Are there equivalent of gestures event handlers in unity iPhone ?
In the iPad programming guide
UITapGestureRecognizer
UIPinchGestureRecognizer
UIPanGestureRecognizer
UISwipeGestureRecognizer
UIRotationGestureRecognizer
UILongPressGestureRecognizer
are mentionned.
Do you think it would be great to have equivalent handlers in Unity ?
Best way to support it would be that the unity event handlers would rely on the Apple handlers
For now I found no other solution than recoding my own (incorrect, not bulletproof ?) detection.
Any comments are welcome.