美文网首页
creator 触摸吞噬问题

creator 触摸吞噬问题

作者: invalid_name | 来源:发表于2019-04-01 14:24 被阅读0次

    Creator 中默认吞噬所有点击事件,只要你的上层节点注册了点击事件,下面的节点无法接收点击。
    通过以下方法可实现触控事件的传递:

          if (this.node._touchListener) {
                this.node._touchListener.setSwallowTouches(this._isSwallow);
            }
    

    相关文章

      网友评论

          本文标题:creator 触摸吞噬问题

          本文链接:https://www.haomeiwen.com/subject/udlvbqtx.html