remove unused mut
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
0c1899a0af
commit
558567d399
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user