remove unused code
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
105a774135
commit
6a010e89c9
@ -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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user