Hi all,
Is there a way to not block the input touch event in cocos creator? As of now if I listen to TouchStart event on a node anything below the node which has touch listener wont be called.
But I want the touch to be cascaded down to below nodes. Is this possible at all?
Thanks in advance.