diff --git a/interfaces/kits/c/ohinput.ndk.json b/interfaces/kits/c/ohinput.ndk.json index 9c1cfd40d0adf398c2331d26159f6ff1e5d2a9f6..7129ecbb4cdb02eb9d8fc4785dede6115d0abec1 100644 --- a/interfaces/kits/c/ohinput.ndk.json +++ b/interfaces/kits/c/ohinput.ndk.json @@ -518,5 +518,53 @@ { "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