mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 22:01:30 +03:00
fix cursor active, portable service
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -903,7 +903,7 @@ pub mod client {
|
||||
|
||||
pub fn handle_mouse(evt: &MouseEvent, conn: i32) {
|
||||
if RUNNING.lock().unwrap().clone() {
|
||||
crate::input_service::update_latest_input_cursor_time();
|
||||
crate::input_service::update_latest_input_cursor_time(conn);
|
||||
handle_mouse_(evt, conn).ok();
|
||||
} else {
|
||||
crate::input_service::handle_mouse_(evt, conn);
|
||||
|
||||
Reference in New Issue
Block a user