window 触摸屏幕-点中不放开,事件不进来

node.on(Node.EventType.TOUCH_START, this.TouchBegin, this); 事件不触发;
请教如何解决?