From 04f1c79a9c11b98a51ce9fcec49b0036547025e2 Mon Sep 17 00:00:00 2001 From: mengwei Date: Fri, 16 Jun 2023 09:28:08 +0800 Subject: [PATCH] =?UTF-8?q?inputdevice=E6=8E=A5=E5=8F=A3=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E6=80=A7=20Signed-off-by:=20mengwei=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/application-dev/reference/apis/js-apis-inputdevice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md index 7b8c540c6c..e0ff17c458 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md @@ -506,7 +506,7 @@ try { | pressure | string | 是 | 否 | 表示pressure轴。 | | x | string | 是 | 否 | 表示x轴。 | | y | string | 是 | 否 | 表示y轴。 | -| NULL | string | 是 | 否 | 无。 | +| null | string | 是 | 否 | 无。 | ## AxisRange -- GitLab