From 3c85206bdcbb16acac94e7ccdf7e87c0d6447354 Mon Sep 17 00:00:00 2001 From: tomkl123 Date: Sun, 13 Jul 2025 17:01:19 +0800 Subject: [PATCH] add NODE_SCROLL_EVENT_ON_WILL_STOP_DRAGGING Signed-off-by: tomkl123 Change-Id: Id614c5f5a07f1ea3d4be3e6417f38dd4be7edaa3 --- arkui/ace_engine/native/native_node.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index ee579bfd7..23a4f8fe9 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -8090,10 +8090,8 @@ typedef enum { * This event is triggered when the user is about to release the drag on the scrollable container component. \n * When the event callback occurs, the union type in the {@link ArkUI_NodeEvent} object is * {@link ArkUI_NodeComponentEvent}. \n - * {@link ArkUI_NodeComponentEvent} contains two parameters: \n + * {@link ArkUI_NodeComponentEvent} contains one parameter: \n * ArkUI_NodeComponentEvent.data[0].f32: speed at which the user releases the drag, in vp. \n - * ArkUI_NodeComponentEvent.data[1].f32: estimated stop position of the scroll. \n - * @return No return value, or a number to set the actual stop position of the scroll. * * @since 20 */ -- Gitee