Hi,
I've searched for a multitouch tutorial but I coulnd't find one.
I have two objects to control at the same time (two fingers).
There are two classes (object1 and object2) which have their
own mouse event handling routines. I don't know if that is a
good idea. Probably it's better to do this handling in the main
class. When I touch one object which I can control, it will
lose control when I touch the second object with my second
finger. Is there a tutorial how to handle multitouches?
Thanks in advance,
Marc
Comments
And the second, that you would need to handle touch ids to know which object is dragged with which finger.
So if for mouse dragging code would look like this:
Marc