码迷,mamicode.com
首页 > 其他好文 > 详细

设置 弹窗优先级

时间:2018-03-29 16:45:25      阅读:854      评论:0      收藏:0      [点我收藏+]

标签:set   方法   enable   ==   body   弹窗   多点   led   btn   

 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)

设置 弹窗优先级

标签:set   方法   enable   ==   body   弹窗   多点   led   btn   

原文地址:https://www.cnblogs.com/aibox222/p/8670583.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!