mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
try fix trackpad mouse, too fast
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -137,7 +137,7 @@ pub fn is_virtual_display(name: &str) -> bool {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
for (k, v) in lock.peer_index_name.iter() {
|
||||
for (_, v) in lock.peer_index_name.iter() {
|
||||
if windows::is_device_name(v, name) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user