简体中文
主题
移动设备光标到指定坐标位置
mouseMove
deviceId
x
y
true // 操作成功返回 true
// 移动光标到坐标 (300, 400) await apiInvoke('mouseMove', { deviceId: 'P72578581E07', x: 300, y: 400 });