tags:

views:

20

answers:

1

I am not sure which are the functions to implement multi touch in cocos.? could anyone show me a demo?

A: 

You'll need to create a view then use touchesBegan, touchesMoved, touchesCancelled and touchesEnded callbacks to implement your custom behaviour.

Apple's docs are a good place to start.

Mr. Matt