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