diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 6655036536ff37ac7d9d7094084ef0a0c716d775..6f657358c05f8cb08048bd0d6f3a9f166122e970 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -9165,6 +9165,26 @@ declare enum SourceType { * @arkts 1.1&1.2 */ TouchScreen, + + /** + * The key type. + * + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 21 + */ + KEY = 4, + + /** + * The joystick type. + * + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 21 + */ + JOYSTICK = 5, } /**