diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 4155378988fee74cc8e853a2e48122e4f5d57e43..fe5835cdc15ea7adc0a5fcc87f959ed3ae71da19 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -9231,6 +9231,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, } /**