Merge pull request #7740 from GavinThornton/v3

Update CCEventTouch.h
This commit is contained in:
minggo 2014-08-13 09:39:17 +08:00
commit 9ae20d1bd3
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ NS_CC_BEGIN
class CC_DLL EventTouch : public Event
{
public:
static const int MAX_TOUCHES = 5;
static const int MAX_TOUCHES = 15;
enum class EventCode
{