From b33ee25d93b06587a48b0ceb26204b8f232843a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B0=B8=E5=87=AF?= Date: Mon, 23 Jun 2025 16:44:10 +0800 Subject: [PATCH] OH_ArkUI_SetTouchTestDoneCallback add param description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘永凯 --- arkui/ace_engine/native/native_gesture.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arkui/ace_engine/native/native_gesture.h b/arkui/ace_engine/native/native_gesture.h index 5a4399108..d3f4cd2ba 100644 --- a/arkui/ace_engine/native/native_gesture.h +++ b/arkui/ace_engine/native/native_gesture.h @@ -877,6 +877,9 @@ ArkUI_ErrorCode OH_ArkUI_PanGesture_GetDistanceByToolType( * @param node Handle to the node on which the callback is to be set. * @param userData Custom data. * @param touchTestDone Callback for completion of gesture recognizer collection. + - event: Basic information of the gesture. + - recognizers: Array of gesture recognizers. + * - count: Number of gesture recognizers. * @return Result code. * {@link ARKUI_ERROR_CODE_NO_ERROR}: The operation is successful. * {@link ARKUI_ERROR_CODE_PARAM_INVALID}: A parameter error occurs. -- Gitee