mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 14:21:28 +03:00
add three fingers vertical drag -> scroll
This commit is contained in:
@@ -541,7 +541,7 @@ class _RemotePageState extends State<RemotePage> {
|
||||
_scale = 1;
|
||||
FFI.setByName('peer_option', '{"name": "view-style", "value": ""}');
|
||||
},
|
||||
onTwoFingerVerticalDragUpdate: FFI.ffiModel.isPeerAndroid
|
||||
onThreeFingerVerticalDragUpdate: FFI.ffiModel.isPeerAndroid
|
||||
? null
|
||||
: (d) {
|
||||
FFI.scroll(d.delta.dy / 2);
|
||||
|
||||
Reference in New Issue
Block a user