I\'m writing a game for Mac OS using cocos2D and Box2D. I\'ve added a b2ContactListener subclass to my world as follows:
b2ContactListener
contactListener = new Cont
I think you simply can call GetContactList and then process all the contacts using iterator if you need to do it in some other place
GetContactList