Something I have noticed, and I am not sure what the sequence is that I should be expecting..
I have 4 layers, each one requires touches.
In z order layers are 1-4, 1 being the top most layer. Various layers are not always visible. eg layer 1 is used as a popup menu layer.
Now what I am not sure about is what is the order touches are processed? I have it so if a specific layer is touched it will eat the touch, but I am not sure how to sequence my layers so the touch order is 1-4, the engine seems to process touches in a random order.
Even when I create and add my layers as 1, 2, 3, 4. I still see something like layer 2 getting the touch seq before layer 1. Is there some trick to getting the proper touch processing to work?
I think I must be missing something simple but I am not sure what it is.
Thanks for any input.