remove unused mut

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-09-10 14:28:58 +08:00
parent 0c1899a0af
commit 558567d399

View File

@ -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,