mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
feat: support track pad scroll on flutter
This commit is contained in:
@@ -513,7 +513,7 @@ pub fn handle_mouse_(evt: &MouseEvent) {
|
||||
}
|
||||
_ => {}
|
||||
},
|
||||
3 => {
|
||||
3 | 4 => {
|
||||
#[allow(unused_mut)]
|
||||
let mut x = evt.x;
|
||||
#[allow(unused_mut)]
|
||||
|
||||
Reference in New Issue
Block a user