From 68c8a86e70001a4c3ac186e688ebf5372d796a5d Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 14 Feb 2023 08:24:21 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___touch_point.md. Signed-off-by: LiAn Signed-off-by: LiAn --- .../native-apis/_o_h___native_x_component___touch_point.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_point.md b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___touch_point.md index 14176aeec7..5b9ffc7204 100644 --- a/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___touch_point.md +++ b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___touch_point.md @@ -22,8 +22,8 @@ | 成员变量名称 | 描述 | | -------- | -------- | | [id](_o_h___native_x_component.md#id-12) = 0 | 手指的唯一标识符。 | -| [screenX](_o_h___native_x_component.md#screenx-13) = 0.0 | 触摸点相对于应用窗口左上角的x坐标。 | -| [screenY](_o_h___native_x_component.md#screeny-13) = 0.0 | 触摸点相对于应用窗口左上角的y坐标。 | +| [screenX](_o_h___native_x_component.md#screenx-13) = 0.0 | 触摸点相对于XComponent所在应用窗口左上角的x坐标。 | +| [screenY](_o_h___native_x_component.md#screeny-13) = 0.0 | 触摸点相对于XComponent所在应用窗口左上角的y坐标。 | | [x](_o_h___native_x_component.md#x-13) = 0.0 | 触摸点相对于XComponent组件左边缘的x坐标。 | | [y](_o_h___native_x_component.md#y-13) = 0.0 | 触摸点相对于XComponent组件上边缘的y坐标。 | | [type](_o_h___native_x_component.md#type-12) = OH_NativeXComponent_TouchEventType::OH_NATIVEXCOMPONENT_UNKNOWN | 触摸事件的触摸类型。 | -- GitLab