mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
feat: add trackpad listener support based on flutter 3.3
This commit is contained in:
@@ -310,7 +310,7 @@ class InputModel {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
int _signOrZero(num x) {
|
||||
if (x == 0) {
|
||||
return 0;
|
||||
@@ -361,7 +361,7 @@ class InputModel {
|
||||
|
||||
trackpadScrollDistance = Offset.zero;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
void onPointDownImage(PointerDownEvent e) {
|
||||
debugPrint("onPointDownImage");
|
||||
|
||||
Reference in New Issue
Block a user