Gestures library and returned objects

stevel05

Expert
Licensed User
Longtime User
Hi,

I have a question about the gestures library. I attach a small program that demonstrates my problem.

If I set the SetOnTouchListener to two different objects, it works fine when I touch one object at a time. If I touch a second object while touching the first, the object id of the object you were touching first is returned with the action pointer down event.

Is this assuming that the gesture will be related to the first object? or is it possible to get the second object id returned?

Thanks very much.

Steve
 

Attachments

  • ttest.zip
    5 KB · Views: 274
Top