From 2443cecbc2b82fa33ec56793fb8b1998ddb33181 Mon Sep 17 00:00:00 2001 From: hungry_feiwei Date: Thu, 9 Jun 2022 15:23:04 +0800 Subject: [PATCH] touchMajor->toolMajor Signed-off-by: hungry_feiwei --- api/@ohos.multimodalInput.inputDevice.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.multimodalInput.inputDevice.d.ts b/api/@ohos.multimodalInput.inputDevice.d.ts index 3c21a3fd95..c053907fa7 100755 --- a/api/@ohos.multimodalInput.inputDevice.d.ts +++ b/api/@ohos.multimodalInput.inputDevice.d.ts @@ -32,7 +32,7 @@ declare namespace inputDevice { /** * @since 9 */ - type AxisType = 'touchMajor' | 'touchMinor' | 'orientation' | 'x' | 'y' | 'pressure' | 'toolMinor' | 'touchMajor' | 'NULL'; + type AxisType = 'touchMajor' | 'touchMinor' | 'orientation' | 'x' | 'y' | 'pressure' | 'toolMinor' | 'toolMajor' | 'NULL'; /** * @since 9 -- Gitee