cocos2dx [3.0 beta2] only support 5 max multitouch points on ipad.

There must have any reason cocos only support 5 touch points on ipad while it’s easily to find other Apps with more than 5 point support. And I’ve heard that ipad support max to 11 points.

Or did i missed any APIs?

i’m running into this limitation myself, on ipad. what’s the deal, cocos2d-x devs? :frowning:

ok i found where the limit is:

it’s in the file CCEventTouch.h. the value to change is MAX_TOUCHES. it’s currently hard-coded to 5.