mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -780,8 +780,8 @@ impl<T: InvokeUiSession> Session<T> {
|
||||
pub fn send_mouse(
|
||||
&self,
|
||||
mask: i32,
|
||||
mut x: i32,
|
||||
mut y: i32,
|
||||
x: i32,
|
||||
y: i32,
|
||||
alt: bool,
|
||||
ctrl: bool,
|
||||
shift: bool,
|
||||
|
||||
Reference in New Issue
Block a user