openharmony 鸿蒙 js-apis-multimodalinput-gestureevent

2025-06-12 浏览 (1)

@ohos.multimodalInput.gestureEvent (Gesture Event)

The gestureEvent module provides APIs for gesture events reported by devices.

NOTE

The initial APIs of this module are supported since API version 10. Newly added APIs will be marked with a superscript to indicate their earliest API version.

Modules to Import

import { Rotate, Pinch, ThreeFingersSwipe, FourFingersSwipe, ActionType } from '@kit.InputKit';

Pinch

Defines a pinch event.

System capability: SystemCapability.MultimodalInput.Input.Core

NameTypeReadableWritableDescription
typeActionTypeYesNoPinch event.
scalenumberYesNoPinch scale factor. The value is greater than or equal to 0.

Rotate11+

Defines a rotate event.

System capability: SystemCapability.MultimodalInput.Input.Core

NameTypeReadableWritableDescription
typeActionTypeYesNoRotation event.
anglenumberYesNoAngle to rotate.

ThreeFingersSwipe

Defines a three-finger swipe event.

System capability: SystemCapability.MultimodalInput.Input.Core

NameTypeReadableWritableDescription
typeActionTypeYesNoThree-finger swipe event.
xnumberYesNoX coordinate.
ynumberYesNoY coordinate.

FourFingersSwipe

Defines a four-finger swipe event.

System capability: SystemCapability.MultimodalInput.Input.Core

NameTypeReadableWritableDescription
typeActionTypeYesNoFour-finger swipe event.
xnumberYesNoX coordinate.
ynumberYesNoY coordinate.

ThreeFingersTap11+

Defines a three-finger tap event.

System capability: SystemCapability.MultimodalInput.Input.Core

NameTypeReadableWritableDescription
typeActionTypeYesNoThree-finger tap event.

ActionType

Enumerates gesture event types.

System capability: SystemCapability.MultimodalInput.Input.Core

NameValueDescription
CANCEL0Canceled.
BEGIN1Started.
UPDATE2Updated.
END3Ended.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Input Kit

harmony 鸿蒙Input_DeviceListener

harmony 鸿蒙Input_InterceptorEventCallback

harmony 鸿蒙Input_AxisEvent

harmony 鸿蒙Input_DeviceInfo

harmony 鸿蒙Input_DeviceListener

harmony 鸿蒙Input_Hotkey

harmony 鸿蒙Input_InterceptorEventCallback

harmony 鸿蒙Input_InterceptorOptions

harmony 鸿蒙Input_KeyEvent

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/SW4NAE