about lua multi-touch callback

I used lua multi-touch callback function, the function only gives pos arguments, I think it’s not enough, because one finger touched, callback a beginTouch, and anthor finger touched, callback again, and in endTouch function, I can’t decide which finger is not touch。

So I think lua bind must give “CCSet *pTouches->getID()” , is right?