API 参考input 模块touchmove 触摸移动事件本页总览touchmove 触摸移动事件touchmove 类型: MethodDeclaration 定义位置: input.ts 描述 触摸移动事件 参数 event: 触摸事件 参数 参数名类型描述默认值eventTouchEvent-- 返回值 类型: void 源代码 位置: 第 424 行 private touchmove(event: TouchEvent): void { Input.emit('touchmove', new ScriptTouchEvent(event)) } 文档生成时间:2025/7/7 12:07:06