harmony 鸿蒙@ohos.multimodalInput.gestureEvent (手势输入事件)
@ohos.multimodalInput.gestureEvent (手势输入事件)
设备上报的手势事件。
说明:
本模块首批接口从API version 10开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
导入模块
import { Pinch, ThreeFingersSwipe, FourFingersSwipe, ActionType } from '@ohos.multimodalInput.gestureEvent';
Pinch
捏合事件。
系统能力:SystemCapability.MultimodalInput.Input.Core
名称 | 类型 | 可读 | 可写 | 说明 |
---|---|---|---|---|
type | ActionType | 是 | 否 | 捏合事件类型 |
scale | number | 是 | 否 | 捏合度,取值范围大于等于0 |
ThreeFingersSwipe
三指滑动事件。
系统能力:SystemCapability.MultimodalInput.Input.Core
名称 | 类型 | 可读 | 可写 | 说明 |
---|---|---|---|---|
type | ActionType | 是 | 否 | 三指滑动事件类型 |
x | number | 是 | 否 | 坐标x |
y | number | 是 | 否 | 坐标y |
FourFingersSwipe
四指滑动事件。
系统能力:SystemCapability.MultimodalInput.Input.Core
名称 | 类型 | 可读 | 可写 | 说明 |
---|---|---|---|---|
type | ActionType | 是 | 否 | 四指滑动事件类型 |
x | number | 是 | 否 | 坐标x |
y | number | 是 | 否 | 坐标y |
ActionType
手势事件类型。
系统能力:SystemCapability.MultimodalInput.Input.Core
名称 | 值 | 说明 |
---|---|---|
CANCEL | 0 | 取消 |
BEGIN | 1 | 手势开始 |
UPDATE | 2 | 手势更新 |
END | 3 | 手势结束 |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙BundleStatusCallback
harmony 鸿蒙@ohos.bundle.innerBundleManager (innerBundleManager模块)
harmony 鸿蒙@ohos.distributedBundle (分布式包管理)
harmony 鸿蒙@ohos.bundle (Bundle模块)
harmony 鸿蒙@ohos.enterprise.EnterpriseAdminExtensionAbility (企业设备管理扩展能力)
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦