feat: support track pad scroll on flutter

This commit is contained in:
xxrl
2022-11-20 22:46:27 +08:00
parent edfb22d9c2
commit 13fd55557b
5 changed files with 71 additions and 4 deletions

View File

@@ -513,7 +513,7 @@ pub fn handle_mouse_(evt: &MouseEvent) {
}
_ => {}
},
3 => {
3 | 4 => {
#[allow(unused_mut)]
let mut x = evt.x;
#[allow(unused_mut)]