Cocos2d-x macros definitions in API Reference?

Hi, I am searching for Cocos2d-x macros in the API References but without success, I am trying to find references to macros such as:

  • callfuncO_selector
  • menu_selector
  • SEL_MenuHandler
  • CC_SYNTHESIZE
  • CC_CALLBALCK…0, 1, 2 …

I know that some of them are deprecated, but I am trying to find their definitions to take advantage of these macros and make my code work better. I only find these macros on books or other people code, but I don’t find these things on the API, they are there?

Interesting, some Macros are there, others are not. I suspect this means that they aren’t documented with Doxygen tags so they are picked up.

1 Like

Thanks for your reply. I think the best way will be reading each class directly. Do you have another idea?