From b28b2aded40d13e4bd7b61f0b5e11e77e2920641 Mon Sep 17 00:00:00 2001 From: wuliangdong Date: Sat, 21 Jun 2025 18:32:38 +0800 Subject: [PATCH] Config NDK Json For Feat: Global Coords. Signed-off-by: wuliangdong Change-Id: I013659adba96481b8be1781a9bd71e6375bb94fd --- interfaces/kits/c/ohinput.ndk.json | 50 +++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/interfaces/kits/c/ohinput.ndk.json b/interfaces/kits/c/ohinput.ndk.json index 2ab35b9b78..7129ecbb4c 100644 --- a/interfaces/kits/c/ohinput.ndk.json +++ b/interfaces/kits/c/ohinput.ndk.json @@ -514,9 +514,57 @@ { "first_introduced": "20", "name": "OH_Input_QueryAuthorizedStatus" - } + }, { "first_introduced": "20", "name": "OH_Input_GetPointerLocation" + }, + { + "first_introduced": "20", + "name": "OH_Input_SetMouseEventGlobalX" + }, + { + "first_introduced": "20", + "name": "OH_Input_GetMouseEventGlobalX" + }, + { + "first_introduced": "20", + "name": "OH_Input_SetMouseEventGlobalY" + }, + { + "first_introduced": "20", + "name": "OH_Input_GetMouseEventGlobalY" + }, + { + "first_introduced": "20", + "name": "OH_Input_SetTouchEventGlobalX" + }, + { + "first_introduced": "20", + "name": "OH_Input_GetTouchEventGlobalX" + }, + { + "first_introduced": "20", + "name": "OH_Input_SetTouchEventGlobalY" + }, + { + "first_introduced": "20", + "name": "OH_Input_GetTouchEventGlobalY" + }, + { + "first_introduced": "20", + "name": "OH_Input_SetAxisEventGlobalX" + }, + { + "first_introduced": "20", + "name": "OH_Input_GetAxisEventGlobalX" + }, + { + "first_introduced": "20", + "name": "OH_Input_SetAxisEventGlobalY" + }, + { + "first_introduced": "20", + "name": "OH_Input_GetAxisEventGlobalY" } ] \ No newline at end of file -- Gitee