addTargetedDelegate:self中的swallowsTouches

来源:互联网 发布:js中怎么定义数组 编辑:程序博客网 时间:2024/06/08 09:19
关于swallowsTouches

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

如果 swallowsTouches:YES && touch begin return  yes 

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

 如果swallowsTouches:NO &&begin return  yes

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

原创粉丝点击