mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[fix] only receive remote host info once
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user