From a72f8e6407287d4fb3064cb3b13258e1316f3b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BF=8A=E6=9D=B0?= <1249465104@qq.com> Date: Fri, 13 Jun 2025 17:41:43 +0800 Subject: [PATCH 1/3] add 48 style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王俊杰 <1249465104@qq.com> --- api/@ohos.multimodalInput.pointer.d.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/api/@ohos.multimodalInput.pointer.d.ts b/api/@ohos.multimodalInput.pointer.d.ts index 0491653da2..d8b6b9cc5c 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 } /** -- Gitee From 2fb60775570321030a761806bc1696605ab6476d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BF=8A=E6=9D=B0?= <1249465104@qq.com> Date: Thu, 19 Jun 2025 13:39:06 +0800 Subject: [PATCH 2/3] add 48 style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王俊杰 <1249465104@qq.com> --- api/@ohos.multimodalInput.pointer.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.multimodalInput.pointer.d.ts b/api/@ohos.multimodalInput.pointer.d.ts index d8b6b9cc5c..c84db28568 100644 --- a/api/@ohos.multimodalInput.pointer.d.ts +++ b/api/@ohos.multimodalInput.pointer.d.ts @@ -489,7 +489,7 @@ declare namespace pointer { * @syscap SystemCapability.MultimodalInput.Input.Pointer * @since 20 */ - SCREENRECORDER_CURSOR + SCREENRECORDER_CURSOR = 48 } /** -- Gitee From 7b3d946f698e7a7b2c57aa064b25925d6886d00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BF=8A=E6=9D=B0?= <1249465104@qq.com> Date: Mon, 23 Jun 2025 14:33:16 +0800 Subject: [PATCH 3/3] add 48 style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王俊杰 <1249465104@qq.com> --- api/@ohos.multimodalInput.pointer.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.multimodalInput.pointer.d.ts b/api/@ohos.multimodalInput.pointer.d.ts index c84db28568..c0acb62622 100644 --- a/api/@ohos.multimodalInput.pointer.d.ts +++ b/api/@ohos.multimodalInput.pointer.d.ts @@ -484,10 +484,11 @@ declare namespace pointer { MIDDLE_BTN_EAST_WEST, /** - * Screenrecorder + * Screen recorder cursor * * @syscap SystemCapability.MultimodalInput.Input.Pointer * @since 20 + * @arkts 1.1&1.2 */ SCREENRECORDER_CURSOR = 48 } -- Gitee