现在的位置: 首页 > 综合 > 正文

addTargetedDelegate:self 中的 swallowsTouches

2018年05月17日 ⁄ 综合 ⁄ 共 322字 ⁄ 字号 评论关闭

转载自:http://blog.csdn.net/davintanger/article/details/6836173

关于 swallowsTouches

[[CC sharedDispatcher] addTargetedDelegate:self priority:kCCMenuTouchPriority swallowsTouches:YES];

如果 swallowsTouches:YES && touch begin return  yes 

        那么他的 move 和 end 就接受,别的类就不再接受了。

 如果 swallowsTouches:NO && touch begin return  yes

        那么他的 move 和 end 就接受,别的类就仍然可以接受。

抱歉!评论已关闭.