手势触摸点

2024-01-23 17:15 更新

GesturePoint表示手势触摸点。

本模块用于创建辅助功能注入手势所需的手势路径的触摸点信息。

说明

本模块首批接口从API version 9开始支持,后续版本的新增接口,采用上角标单独标记接口的起始版本。

导入模块

  1. import GesturePoint from '@ohos.accessibility.GesturePoint';

GesturePoint

表示手势触摸点。

系统能力:以下各项对应的系统能力均为 SystemCapability.BarrierFree.Accessibility.Core

属性

名称类型可读可写说明
positionXnumber触摸点X坐标。
positionYnumber触摸点Y坐标。

constructor

constructor(positionX: number, positionY: number);

构造函数。

系统能力:SystemCapability.BarrierFree.Accessibility.Core

参数:

参数名类型必填说明
positionXnumber触摸点X坐标。
positionYnumber触摸点Y坐标。

示例:

  1. let gesturePoint = new GesturePoint.GesturePoint(1, 2);
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号