跳到主要内容

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