diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index f83f1a181ac76ff83c6715222ed08f405ff01032..bf8ab6c6c54a580090370065a38e4317efe92d68 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -5587,10 +5587,8 @@ typedef enum { */ NODE_ON_HOVER, /** - * @brief Defines the click event. + * @brief Defines the mouse event. * - * This event is triggered when the component is clicked by a mouse device button or when the mouse pointer moves - * within the component. \n * When the event callback occurs, the union type in the {@link ArkUI_NodeEvent} object is * {@link ArkUI_UIInputEvent}. \n */ @@ -5713,6 +5711,16 @@ typedef enum { * @since 14 */ NODE_ON_KEY_PRE_IME = 22, + /** + * @brief Defines the hover event. + * + * The event is triggered when the pointer is hovered by a pen device. + * within the component. \n + * When the event callback occurs, the {@link ArkUI_NodeEvent} object can be obtained from the + * {@link ArkUI_UIInputEvent} object. \n + * @since 16 + */ + NODE_ON_HOVER_MOVE = 23, /** * @brief Triggers onDetectResultUpdate callback