feat: support track pad scroll on flutter
This commit is contained in:
parent
edfb22d9c2
commit
13fd55557b
5 changed files with 71 additions and 4 deletions
|
|
@ -513,7 +513,7 @@ pub fn handle_mouse_(evt: &MouseEvent) {
|
|||
}
|
||||
_ => {}
|
||||
},
|
||||
3 => {
|
||||
3 | 4 => {
|
||||
#[allow(unused_mut)]
|
||||
let mut x = evt.x;
|
||||
#[allow(unused_mut)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue