cocoscreator 注册鼠标事件h5没问题 Android 不响应

enter native_bridge2_getTrampoline Java_org_cocos2dx_lib_Cocos2dxRenderer_nativeTouchesBegin

this.node.on(cc.Node.EventType.MOUSE_DOWN, function (event) {

        cc.log("event.getLocation" + event.getLocation())
    }, this);

来个大佬看看 版本 creator2.4.3

安卓设备有鼠标嘛?然后文档明确写了鼠标只支持浏览器吧

改成TOUCH_END就好了