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?
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? 
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.