From a860744cc448570dce4c1c09436d4bca54afdf92 Mon Sep 17 00:00:00 2001 From: Rosita Date: Sat, 21 Jun 2025 10:28:30 +0000 Subject: [PATCH] fix bug Signed-off-by: Rosita Change-Id: Idecb8ddd55ae64066ceefe1a47b0a76521b178f0 --- interfaces/kits/c/ohinput.ndk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/c/ohinput.ndk.json b/interfaces/kits/c/ohinput.ndk.json index 2ab35b9b78..9c1cfd40d0 100644 --- a/interfaces/kits/c/ohinput.ndk.json +++ b/interfaces/kits/c/ohinput.ndk.json @@ -514,7 +514,7 @@ { "first_introduced": "20", "name": "OH_Input_QueryAuthorizedStatus" - } + }, { "first_introduced": "20", "name": "OH_Input_GetPointerLocation" -- Gitee