From b51c934df66ae4165971de62ec068d2f8c99f546 Mon Sep 17 00:00:00 2001 From: "DESKTOP-H8KLN8I\\lisitao" Date: Sat, 16 Aug 2025 16:56:05 +0800 Subject: [PATCH] =?UTF-8?q?[L]=20=E4=BF=AE=E6=94=B9KeySource=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=9A=84=E5=80=BC=20=E4=BF=AE=E6=94=B9Signed-off-by:l?= =?UTF-8?q?isitaolisitao3@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DESKTOP-H8KLN8I\lisitao --- api/@internal/component/ets/enums.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@internal/component/ets/enums.d.ts b/api/@internal/component/ets/enums.d.ts index 8f3321da74..db1d992454 100644 --- a/api/@internal/component/ets/enums.d.ts +++ b/api/@internal/component/ets/enums.d.ts @@ -2770,7 +2770,7 @@ declare enum KeySource { * @since arkts {'1.1':'11','1.2':'20'} * @arkts 1.1&1.2 */ - Keyboard, + Keyboard = 4, /** * Set Device Type to Joystic. @@ -2781,7 +2781,7 @@ declare enum KeySource { * @since arkts {'1.1':'15','1.2':'20'} * @arkts 1.1&1.2 */ - JOYSTICK, + JOYSTICK = 5, } /** -- Gitee