大家好,又见面了,我是全栈君,今天给大家准备了Idea注册码。
cocos2d-x3.x触摸方法改变后,。屏蔽掉的层实际上触摸事件的非常easy,首先touchbegan一定要回true,第二,该事件被设定为听吞没触摸true。最近登录触摸水平必须低于0,现在,我们不能设置为水平0该。记
转载请注明地址:白白http://blog.csdn.net/u010229677
<span style="font-size:18px;">auto touchListener=EventListenerTouchOneByOne::create(); touchListener->onTouchBegan=[=](Touch *touch,Event *event) { touchListener->setSwallowTouches(true); return true; }; _eventDispatcher->addEventListenerWithFixedPriority(touchListener,-5); //也能够把-5换成this</span>
或者这么写,事实上都是一个道理
<span style="font-size:18px;"> auto callBack = [](Touch*, Event*) { return true; }; EventListenerTouchOneByOne* listener = EventListenerTouchOneByOne::create(); listener->onTouchBegan = callBack; listener->setSwallowTouches(true); _eventDispatcher->addEventListenerWithSceneGraphPriority(listener,this);</span>
版权声明:本文博客原创文章。博客,未经同意,不得转载。
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/117157.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...