[fix] only receive remote host info once

This commit is contained in:
dijunkun
2025-06-03 10:33:32 +08:00
parent 094204361c
commit 383ace2493
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,6 @@ int MouseController::SendMouseCommand(RemoteAction remote_action,
ip.mi.time = 0;
SetCursorPos(ip.mi.dx, ip.mi.dy);
LOG_ERROR("mouse {}x{}", ip.mi.dx, ip.mi.dy);
if (ip.mi.dwFlags != MOUSEEVENTF_MOVE) {
SendInput(1, &ip, sizeof(INPUT));