diff --git a/api/@ohos.multimodalInput.inputDevice.d.ts b/api/@ohos.multimodalInput.inputDevice.d.ts index c053907fa70f5d96b411636fb2024ec4085506ce..b55aca4f4f072780629751e15f8a74ccdd8bf26b 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;