I need to detect gestures on the "Controls" layer that overlays all other layers but I do not really know how to go about this, I am not using the new touch dispatcher yet but even so I have looked at the example and I do not see how that would give me gesture control. Basically there are objects that can be touched in the layer below the "Controls" layer, but the gesture should take priority and the touch should be ignored if a gesture is done instead.
Does anyone have any experience doing this?