cocos2d / cocos2d-objc

Cocos2d for iOS and OS X, built using Objective-C
http://www.cocos2d-objc.org
Other
4.07k stars 1.16k forks source link

Make userInteractionEnabled property cascadable #1364

Open s1ddok opened 8 years ago

s1ddok commented 8 years ago

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.