标签:style blog color io for ar cti div
cc.eventManager.addListener({ event: cc.EventListener.TOUCH_ALL_AT_ONCE, onTouchesMoved:function (touches, event) { for (var i = 0; i < touches.length; i++) { jslog("touches:", i, touches[i].getLocation().x, touches[i].getLocation().y); } }, onTouchBegan:function (touches, event) { jslog("click", touches[0].getLocation().x, touches[0].getLocation().y); } }, this);
coco2d-js 触摸移动的同时处理点击事件,布布扣,bubuko.com
标签:style blog color io for ar cti div
原文地址:http://www.cnblogs.com/kenkofox/p/3919977.html