diff --git a/api/@ohos.multimodalInput.pointer.d.ts b/api/@ohos.multimodalInput.pointer.d.ts index 0491653da2e40fb95007ea90c2c4c448acb5600d..c84db2856843f522202dbd6c538492f490d838c2 100644 --- a/api/@ohos.multimodalInput.pointer.d.ts +++ b/api/@ohos.multimodalInput.pointer.d.ts @@ -481,7 +481,15 @@ declare namespace pointer { * @since arkts {'1.1':'18', '1.2':'20'} * @arkts 1.1&1.2 */ - MIDDLE_BTN_EAST_WEST + MIDDLE_BTN_EAST_WEST, + + /** + * Screenrecorder + * + * @syscap SystemCapability.MultimodalInput.Input.Pointer + * @since 20 + */ + SCREENRECORDER_CURSOR = 48 } /**