From f668631237772190e4ca18a2c3bfadbb6d2fd16b Mon Sep 17 00:00:00 2001 From: zhou-chaobo Date: Thu, 7 Aug 2025 19:18:25 +0800 Subject: [PATCH] gesture capi sdk bugfix Signed-off-by: zhou-chaobo --- arkui/ace_engine/native/native_gesture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/ace_engine/native/native_gesture.h b/arkui/ace_engine/native/native_gesture.h index a5edaea04..5fe70c896 100644 --- a/arkui/ace_engine/native/native_gesture.h +++ b/arkui/ace_engine/native/native_gesture.h @@ -115,7 +115,7 @@ typedef enum { * @since 12 */ typedef enum { - /* Sequential recognition. Gestures are recognized in the registration sequence until all gestures are recognized + /** Sequential recognition. Gestures are recognized in the registration sequence until all gestures are recognized * successfully. Once one gesture fails to be recognized, all subsequent gestures fail to be recognized. * Only the last gesture in the gesture group can respond to the end event. */ SEQUENTIAL_GROUP = 0, -- Gitee