mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 18:53:19 +03:00
@@ -1567,7 +1567,6 @@ impl Connection {
|
|||||||
if is_left_up(&me) {
|
if is_left_up(&me) {
|
||||||
CLICK_TIME.store(get_time(), Ordering::SeqCst);
|
CLICK_TIME.store(get_time(), Ordering::SeqCst);
|
||||||
} else {
|
} else {
|
||||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
|
||||||
MOUSE_MOVE_TIME.store(get_time(), Ordering::SeqCst);
|
MOUSE_MOVE_TIME.store(get_time(), Ordering::SeqCst);
|
||||||
}
|
}
|
||||||
self.input_mouse(me, self.inner.id());
|
self.input_mouse(me, self.inner.id());
|
||||||
|
|||||||
Reference in New Issue
Block a user