I am using cocos2d 0.99.5 beta 3 and the CCTouchDispatcher with auto complete.
In my header i import the .h file
#import "CCTouchDispatcher.h"
Then in my init method I'm doing this:
[[CCTouchDispatcher sharedDispatcher] addTargetedDelegate:self
priority:0
swallowsTouches:FALSE];
This works as expected after implementing the CCTouchMoved etc methods. Hope this helps!
Maciej Swic
2010-10-26 14:40:32