Has anyone written code for successfully persisting multitouch id numbers?
What I’m thinking now is to keep a list of positions for touches, and then associate first ID number at a new position as new touches are added. Then when number of touches changes look at list of positions and update / set new relative ID based on last IDs and proximity to last position.