From e95518b214c35a6bce41678b7398869ef8f8a91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B0=B8=E5=87=AF?= Date: Tue, 26 Aug 2025 20:08:05 +0800 Subject: [PATCH] =?UTF-8?q?postInputEvent=E6=B3=A8=E9=87=8A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘永凯 --- api/arkui/BuilderNode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/arkui/BuilderNode.d.ts b/api/arkui/BuilderNode.d.ts index ce6ba03d62..efdc570444 100644 --- a/api/arkui/BuilderNode.d.ts +++ b/api/arkui/BuilderNode.d.ts @@ -550,7 +550,7 @@ export class BuilderNode { updateConfiguration(): void; /** - * Dispatch mouse event to targetNode. + * Dispatch event to targetNode. * * @param { InputEventType } event - The event which will be sent to the targetNode. * @returns { boolean } - Returns true if the eventhas been successfully posted to the targetNode, -- Gitee