mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
remove trackpad support in 3.0.5, will revert once upgrade to 3.3
This commit is contained in:
@@ -264,6 +264,7 @@ class InputModel {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
int _signOrZero(num x) {
|
||||
if (x == 0) {
|
||||
return 0;
|
||||
@@ -314,6 +315,7 @@ class InputModel {
|
||||
|
||||
trackpadScrollDistance = Offset.zero;
|
||||
}
|
||||
*/
|
||||
|
||||
void onPointDownImage(PointerDownEvent e) {
|
||||
debugPrint("onPointDownImage");
|
||||
|
||||
Reference in New Issue
Block a user