From 3875c69a385a6dfcc9404d618f936cabe397581d Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 10 Jan 2023 09:48:19 +0000 Subject: [PATCH] _o_h___native_x_component___mouse_event___callback.md. Signed-off-by: LiAn Signed-off-by: LiAn --- .../_o_h___native_x_component___mouse_event___callback.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___mouse_event___callback.md b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___mouse_event___callback.md index 6458a218ef..a8192ff855 100644 --- a/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___mouse_event___callback.md +++ b/zh-cn/application-dev/reference/native-apis/_o_h___native_x_component___mouse_event___callback.md @@ -21,5 +21,5 @@ | 成员变量名称 | 描述 | | -------- | -------- | -| [DispatchMouseEvent](_o_h___native_x_component.md#dispatchmouseevent) )([OH_NativeXComponent](_o_h___native_x_component.md#oh_nativexcomponent) \*component, void \*window) | 当鼠标事件被触发时调用。 | -| [DispatchHoverEvent](_o_h___native_x_component.md#dispatchhoverevent) )([OH_NativeXComponent](_o_h___native_x_component.md#oh_nativexcomponent) \*component, bool isHover) | 当悬停事件被触发时调用。 | +| [DispatchMouseEvent](_o_h___native_x_component.md#dispatchmouseevent) | 当鼠标事件被触发时调用。 | +| [DispatchHoverEvent](_o_h___native_x_component.md#dispatchhoverevent) | 当悬停事件被触发时调用。 | -- GitLab