怎么在触摸事件,end中判断触摸点与start不同

    this.node.on(cc.Node.EventType.TOUCH_START,function (event) 
    this.node.on(cc.Node.EventType.TOUCH_END,function (event) 
   哪里能看到event的具体内容,有那些方法,有没有具体的api代码
   我想在end事件中获取event的起始点击坐标,以及当前坐标

console.log(event);