LayerTouchPriority = -129 --弹窗层的优先级<大于最大优先级>
--设置弹窗层的优先级<handle,是否多点触摸,优先级,是否吞噬下层touch><began方法里必须返回true>
self:registerScriptTouchHandler(function(eventType) if eventType == "began" then
return true end end, false, LayerTouchPriority, true)
self:setTouchEnabled(true)
--再将按钮的优先级设置为大于弹窗层的优先级
--btnClose:setTouchPriority(LayerTouchPriority - 1)
设置 弹窗优先级
Posted Echo-BOX
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置 弹窗优先级相关的知识,希望对你有一定的参考价值。
以上是关于设置 弹窗优先级的主要内容,如果未能解决你的问题,请参考以下文章