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(
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user