From c6e760282b19942637029717d8fcd42b6badcf90 Mon Sep 17 00:00:00 2001 From: zyh990312 Date: Wed, 25 Jun 2025 11:18:08 +0800 Subject: [PATCH] =?UTF-8?q?shiftAppWindowTouchEvent=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=85=83=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zyh990312 --- api/@ohos.window.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 889334c550..894f0839b5 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -3622,7 +3622,6 @@ declare namespace window { * @throws { BusinessError } 1300004 - Unauthorized operation. * @throws { BusinessError } 1300016 - Parameter error. Possible cause: 1. Invalid parameter range. * @syscap SystemCapability.Window.SessionManager - * @atomicservice * @since 20 */ function shiftAppWindowTouchEvent(sourceWindowId: number, targetWindowId: number, fingerId: number): Promise; -- Gitee