remove trackpad support in 3.0.5, will revert once upgrade to 3.3

This commit is contained in:
rustdesk
2022-11-21 16:29:29 +08:00
parent 596ee50805
commit be9d04ff24
2 changed files with 4 additions and 0 deletions

View File

@@ -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");