axmol/cocos/base
GavinThornton 1d0deb0bc1 Update CCEventTouch.h
MAX_TOUCHES=5 is less than most touch devices, iPad/Android tablets can almost all handle all 10-11 touches. Perhaps a value of 15 would be better? 

Note: There is a #define IOS_MAX_TOUCHES_COUNT 10 in CCEAGLView.mm already for this, but multitouch fails on touch 5 in "void GLViewProtocol::handleTouchesBegin" at the code:- 
            // The touches is more than MAX_TOUCHES ?
            if (unusedIndex == -1) {
                CCLOG("The touches is more than MAX_TOUCHES, unusedIndex = %d", unusedIndex);
                continue;
            }
2014-08-12 01:02:06 -07:00
..
CCAutoreleasePool.cpp prefer std::vector to other containers 2014-06-03 19:09:48 +08:00
CCAutoreleasePool.h prefer std::vector to other containers 2014-06-03 19:09:48 +08:00
CCConfiguration.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCConfiguration.h Improved directory structure 2014-04-29 17:37:36 -07:00
CCConsole.cpp GLView Hook 2014-07-31 00:53:04 +08:00
CCConsole.h changes needed for swift bindings to work 2014-07-03 08:42:06 -07:00
CCController-android.cpp fixed warning: deleting pointer to incomplete type. 2014-07-11 17:45:15 +08:00
CCController-iOS.mm Fix the y-inverse Joystick bug[IOS]. 2014-07-17 11:14:53 +08:00
CCController.cpp issue #4689: Refactoring game controller API[ios] 2014-07-04 21:24:32 +08:00
CCController.h Add annotation for Controller class. 2014-07-11 10:56:09 +08:00
CCData.cpp [FIX]: copied data should be const 2014-07-18 03:44:39 +04:00
CCData.h [FIX]: copied data should be const 2014-07-18 03:44:39 +04:00
CCDataVisitor.cpp Squashed commit of the following: 2014-04-26 10:11:22 -07:00
CCDataVisitor.h Squashed commit of the following: 2014-04-26 10:11:22 -07:00
CCDirector.cpp merge v3 into v3_wp8glviewhookpr 2014-08-04 16:49:42 +08:00
CCDirector.h merge v3 into v3_wp8glviewhookpr 2014-08-04 16:49:42 +08:00
CCEvent.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEvent.h add CC_DLL for Event and Physics 2014-07-15 10:55:40 +08:00
CCEventAcceleration.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventAcceleration.h add CC_DLL for functions 2014-07-15 11:18:05 +08:00
CCEventController.cpp issue #4689: Refactor controller API. 2014-07-04 15:22:53 +08:00
CCEventController.h issue #4689: Refactor controller API. 2014-07-04 15:22:53 +08:00
CCEventCustom.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventCustom.h add CC_DLL for Event and Physics 2014-07-15 10:55:40 +08:00
CCEventDispatcher.cpp Merge pull request #7363 from Dhilan007/v3-event-clear 2014-07-11 13:36:52 +08:00
CCEventDispatcher.h add CC_DLL in Event systems 2014-07-14 16:43:28 +08:00
CCEventFocus.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCEventFocus.h add CC_DLL 2014-07-15 12:00:31 +08:00
CCEventKeyboard.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventKeyboard.h add CC_DLL 2014-07-15 12:00:31 +08:00
CCEventListener.cpp CCLOGINFO compilation fix 2014-06-19 20:59:08 +04:00
CCEventListener.h add CC_DLL in Event systems 2014-07-14 16:43:28 +08:00
CCEventListenerAcceleration.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventListenerAcceleration.h add CC_DLL for functions 2014-07-15 11:18:05 +08:00
CCEventListenerController.cpp issue #4689: Refactor controller API. 2014-07-04 15:22:53 +08:00
CCEventListenerController.h issue #4689: Refactor controller API. 2014-07-04 15:22:53 +08:00
CCEventListenerCustom.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventListenerCustom.h add CC_DLL for Event and Physics 2014-07-15 10:55:40 +08:00
CCEventListenerFocus.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCEventListenerFocus.h add CC_DLL 2014-07-15 12:00:31 +08:00
CCEventListenerKeyboard.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventListenerKeyboard.h add CC_DLL 2014-07-15 12:00:31 +08:00
CCEventListenerMouse.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCEventListenerMouse.h add CC_DLL 2014-07-15 12:00:31 +08:00
CCEventListenerTouch.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCEventListenerTouch.h add CC_DLL in Event systems 2014-07-14 16:43:28 +08:00
CCEventMouse.cpp Fixed #5632: Indicate the correct button in mouse move event 2014-07-01 13:01:04 +08:00
CCEventMouse.h add CC_DLL 2014-07-15 12:00:31 +08:00
CCEventTouch.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
CCEventTouch.h Update CCEventTouch.h 2014-08-12 01:02:06 -07:00
CCEventType.h Dispatch EVENT_RENDERER_RECREATED event when renderer was recreated on android/wp8. 2014-07-09 23:03:04 +08:00
CCGameController.h Refactoring game controller API 2014-07-04 17:01:41 +08:00
CCIMEDelegate.h add CC_DLL 2014-07-15 12:00:31 +08:00
CCIMEDispatcher.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCIMEDispatcher.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCMap.h remove CC_DLL for template class and CC_DLL for CCValue 2014-07-14 18:40:10 +08:00
CCNS.cpp Change atof() to utils::atof() 2014-07-14 20:45:24 +08:00
CCNS.h Squashed commit of the following: 2014-05-14 10:07:09 -07:00
CCPlatformConfig.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCPlatformMacros.h Improved directory structure 2014-04-29 17:37:36 -07:00
CCProfiling.cpp Squashed commit of the following: 2014-04-30 19:09:13 -07:00
CCProfiling.h add CC_DLL for functions 2014-07-15 11:18:05 +08:00
CCProtocols.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCRef.cpp fixed warn and replace NULL with nullptr. 2014-07-10 00:45:27 +08:00
CCRef.h changes needed for swift bindings to work 2014-07-03 08:42:06 -07:00
CCRefPtr.h Improved directory structure 2014-04-29 17:37:36 -07:00
CCScheduler.cpp change comment. 2014-05-30 17:40:35 +08:00
CCScheduler.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCScriptSupport.cpp Fixed #5563: Fix include issue 2014-06-18 12:47:48 +08:00
CCScriptSupport.h Fixed #5563: Make sendNodeEventToXXX as static functions of ScriptEngineManager in CCScriptSupport 2014-06-18 11:51:52 +08:00
CCTouch.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCTouch.h Squashed commit of the following: 2014-05-14 10:07:09 -07:00
CCUserDefault.cpp Fix compile error 2014-07-14 23:05:16 +08:00
CCUserDefault.h change "const static" to "static const" 2014-07-10 16:50:25 +08:00
CCUserDefault.mm Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCUserDefaultAndroid.cpp Change atof() to utils::atof() 2014-07-14 20:45:24 +08:00
CCValue.cpp Change atof() to utils::atof() 2014-07-14 20:45:24 +08:00
CCValue.h remove CC_DLL for template class and CC_DLL for CCValue 2014-07-14 18:40:10 +08:00
CCVector.h remove CC_DLL for template class and CC_DLL for CCValue 2014-07-14 18:40:10 +08:00
CMakeLists.txt software per decompression support 2014-07-22 15:49:36 +04:00
ObjectFactory.cpp refactor ObjectFactor and move it to base 2014-06-04 14:56:34 +08:00
ObjectFactory.h add CC_DLL for functions 2014-07-15 11:18:05 +08:00
TGAlib.cpp fixed warn and replace NULL with nullptr. 2014-07-10 00:45:27 +08:00
TGAlib.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ZipUtils.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ZipUtils.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
atitc.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
atitc.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
base64.cpp windows dll version of cpp-tests works 2014-07-15 13:54:08 +08:00
base64.h windows dll version of cpp-tests works 2014-07-15 13:54:08 +08:00
ccCArray.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ccCArray.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ccConfig.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
ccFPSImages.c Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ccFPSImages.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ccMacros.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ccTypes.cpp Improved directory structure 2014-04-29 17:37:36 -07:00
ccTypes.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
ccUTF8.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ccUTF8.h windows dll version of cpp-tests works 2014-07-15 13:54:08 +08:00
ccUtils.cpp Update ccUtils.cpp 2014-08-04 15:18:01 +08:00
ccUtils.h Update ccUtils.h 2014-08-04 15:21:10 +08:00
etc1.cpp Squashed commit of the following: 2014-04-30 19:09:13 -07:00
etc1.h issue #2905: helloworld build ok on android 2013-10-14 14:01:00 +08:00
firePngData.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
pvr.cpp missing include 2014-07-22 15:49:39 +04:00
pvr.h Copyright & small fixes 2014-07-22 15:49:38 +04:00
s3tc.cpp add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
s3tc.h add copyrights for 2014, in folders other then 2d. 2014-01-07 11:47:11 +08:00
uthash.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
utlist.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00