From 824746d4a0c9512e414a07e1a7a6d12964596e68 Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 10 Jan 2023 09:48:19 +0000 Subject: [PATCH] fixed 3875c69 from https://gitee.com/HelloCrease/docs/pulls/13429 _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