From 8220bf01865a3b632dbfe47ce2202dae2b3dd8db Mon Sep 17 00:00:00 2001 From: LiAn Date: Wed, 8 Feb 2023 11:49:56 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___touch_event.md. Signed-off-by: LiAn Signed-off-by: LiAn --- .../native-apis/_o_h___native_x_component___touch_event.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___touch_event.md b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___touch_event.md index 2907636f13..1002313b4f 100644 --- a/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___touch_event.md +++ b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___touch_event.md @@ -22,8 +22,8 @@ | 成员变量名称 | 描述 | | -------- | -------- | | [id](_o_h___native_x_component.md#id-22) = 0 | 手指的唯一标识符。 | -| [screenX](_o_h___native_x_component.md#screenx-23) = 0.0 | 触摸点相对于屏幕左边缘的x坐标。 | -| [screenY](_o_h___native_x_component.md#screeny-23) = 0.0 | 触摸点相对于屏幕上边缘的y坐标。 | +| [screenX](_o_h___native_x_component.md#screenx-23) = 0.0 | 触摸点相对于应用窗口左上角的x坐标。 | +| [screenY](_o_h___native_x_component.md#screeny-23) = 0.0 | 触摸点相对于应用窗口左上角的y坐标。 | | [x](_o_h___native_x_component.md#x-23) = 0.0 | 触摸点相对于XComponent组件左边缘的x坐标。 | | [y](_o_h___native_x_component.md#y-23) = 0.0 | 触摸点相对于XComponent组件上边缘的y坐标。 | | [type](_o_h___native_x_component.md#type-22) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN | 触摸事件的触摸类型。 | -- GitLab