共计 238 个字符,预计需要花费 1 分钟才能阅读完成。
触摸
该接口派生自 IObjectClass
,用于添加特定于 Touch 插件的 API。
示例
跟踪指针示例演示了如何使用指针事件同时跟踪鼠标和触摸输入。
事件
pointerdown
: 检测触摸输入开始。deviceorientation
: 设备方向改变时触发。devicemotion
: 设备运动时触发。
触摸 API
async requestPermission(type)
: 请求使用设备方向或运动传感器的权限。需要用户授权才能触发deviceorientation
和devicemotion
事件。
正文完