From 2c9873c0226d858c36fbf301edc87f6b68acda6b Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 10 Jan 2023 09:47:09 +0000 Subject: [PATCH] fixed dcdbf95 from https://gitee.com/HelloCrease/docs/pulls/13429 update zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___mouse_event.md. Signed-off-by: LiAn Signed-off-by: LiAn --- .../_o_h___native_x_component___mouse_event.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___mouse_event.md b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___mouse_event.md index e85c03e39a..4e43c62798 100644 --- a/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___mouse_event.md +++ b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___mouse_event.md @@ -21,10 +21,10 @@ | 成员变量名称 | 描述 | | -------- | -------- | -| [x](_o_h___native_x_component.md#x-33) | 点击触点相对于当前组件左上角的x轴坐标。 | -| [y](_o_h___native_x_component.md#y-33) | 点击触点相对于当前组件左上角的y轴坐标。 | -| [screenX](_o_h___native_x_component.md#screenx-33) | 点击触点相对于屏幕左上角的x轴坐标。 | -| [screenY](_o_h___native_x_component.md#screeny-33) | 点击触点相对于屏幕左上角的y轴坐标。 | -| [timestamp](_o_h___native_x_component.md#timestamp) | 当前鼠标事件的时间戳。 | -| [action](_o_h___native_x_component.md#action) | 当前鼠标事件动作。 | -| [button](_o_h___native_x_component.md#button) | 鼠标事件按键。 | +| [x = 0.0](_o_h___native_x_component.md#x-33) | 点击触点相对于当前组件左上角的x轴坐标。 | +| [y = 0.0](_o_h___native_x_component.md#y-33) | 点击触点相对于当前组件左上角的y轴坐标。 | +| [screenX = 0.0](_o_h___native_x_component.md#screenx-33) | 点击触点相对于屏幕左上角的x轴坐标。 | +| [screenY = 0.0](_o_h___native_x_component.md#screeny-33) | 点击触点相对于屏幕左上角的y轴坐标。 | +| [timestamp = 0](_o_h___native_x_component.md#timestamp) | 当前鼠标事件的时间戳。 | +| [action = OH_NativeXComponent_MouseEventAction::OH_NATIVEXCOMPONENT_MOUSE_NONE](_o_h___native_x_component.md#action) | 当前鼠标事件动作。 | +| [button = OH_NativeXComponent_MouseEventButton::OH_NATIVEXCOMPONENT_NONE_BUTTON](_o_h___native_x_component.md#button) | 鼠标事件按键。 | -- GitLab