How do you enable multitouch to several sprites?

Currently the KIO4-Multitouch extension only introduces the touched points coordinates returning.
But I want all other events a single sprite has.
How to solve this?

Using only coordinates is possible to achive but too complex...

I solved it by caculating the distance between touched points and the ball sprites, when the distance is less than the ball radius, it's identified as touching events

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.