From f58fe5bcf7d76934ab10b62cb5529c7d8a9424fd Mon Sep 17 00:00:00 2001 From: WangYing225 Date: Mon, 7 Jul 2025 15:33:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85OH=5FNativeXComponent=5FGetHi?= =?UTF-8?q?storicalPoints=E5=85=A5=E5=8F=82size=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WangYing225 --- arkui/ace_engine/native/native_interface_xcomponent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arkui/ace_engine/native/native_interface_xcomponent.h b/arkui/ace_engine/native/native_interface_xcomponent.h index 23bcc6da5..649fc8c59 100644 --- a/arkui/ace_engine/native/native_interface_xcomponent.h +++ b/arkui/ace_engine/native/native_interface_xcomponent.h @@ -553,7 +553,8 @@ int32_t OH_NativeXComponent_GetTouchPointDisplayY(OH_NativeXComponent* component * * @param component Indicates the pointer to this OH_NativeXComponent instance. * @param window Indicates the native window handler. - * @param historicalPoints Indicates the pointer to the current historicalPoints. + * @param size Indicates the size of the array of current historicalPoints. + * @param historicalPoints Indicates the pointer to the array of current historicalPoints. * @return Returns the status code of the execution. * @since 10 * @version 1.0 -- Gitee