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