I am working on an app with a custom GUI, controlled with multi-touches via the Gestures library. I have a three finger swipe gesture to scroll through screens.
On one screen I have standard UI elements, at the moment ListViews.
My issue is that I want to be able to delay passing touch events through to the panel containing the ListView.
ie when a touch is made on the panel containing the ListViews I need to be able to wait until I am sure that the first touch is not part of a multi-touch gesture, and only then allow it to pass to the ListView.
Any ideas would be much appreciated...
On one screen I have standard UI elements, at the moment ListViews.
My issue is that I want to be able to delay passing touch events through to the panel containing the ListView.
ie when a touch is made on the panel containing the ListViews I need to be able to wait until I am sure that the first touch is not part of a multi-touch gesture, and only then allow it to pass to the ListView.
Any ideas would be much appreciated...