cocos2d/cocos2d-objc

Make userInteractionEnabled property cascadable

s1ddok opened this issue · 0 comments

Add an option to make userInteractionEnabled property cascadable, so If we set disable interaction on parent, all of children won't receive touches as well.

Should be an option, of course.