From c644e0746548e56a57e485903e65c70f11140583 Mon Sep 17 00:00:00 2001 From: mayunteng_1 Date: Fri, 1 Jul 2022 10:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=B7=B2=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E9=80=9A=E8=BF=87=EF=BC=8C=E4=BB=A3=E7=A0=81=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E6=9C=AA=E5=AE=9E=E7=8E=B0ts=E6=96=87=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mayunteng_1 Change-Id: Ie669b2d6d456f85c01672452777fcb7293f028d8 --- api/@ohos.multimodalInput.inputDevice.d.ts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/api/@ohos.multimodalInput.inputDevice.d.ts b/api/@ohos.multimodalInput.inputDevice.d.ts index c053907fa7..b55aca4f4f 100755 --- a/api/@ohos.multimodalInput.inputDevice.d.ts +++ b/api/@ohos.multimodalInput.inputDevice.d.ts @@ -262,18 +262,6 @@ declare namespace inputDevice { */ function getKeyboardType(deviceId: number, callback: AsyncCallback): void; function getKeyboardType(deviceId: number): Promise; - - /** - * Sets the mouse position. - * - * @since 9 - * @syscap SystemCapability.MultimodalInput.Input.RemoteInputDevice - * @param x X coordinate. - * @param y Y coordinate. - * @return - - */ - function setPointerLocation(x: number, y: number, callback: AsyncCallback): void; - function setPointerLocation(x: number, y: number): Promise; } -export default inputDevice; \ No newline at end of file +export default inputDevice; -- Gitee