I understand that a CCMenuItem has a CCObject* rec
and a SEL_MenuHandler selector
and that it will call them when selected but I'd like to know if, given just those two variables, I can manually call them myself and, if so, how?
I'm aware of CCMenuItem's activate() method, but I'm trying to call it without creating the CCMenuItem.