mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Increase touchpad mouse resilience
This commit is contained in:
parent
d4e19bf6a8
commit
fa78ff0642
@ -311,6 +311,12 @@ public class BaseMainActivity extends LoggableActivity {
|
|||||||
prevY = y;
|
prevY = y;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case MotionEvent.ACTION_UP:
|
||||||
|
prevX = x;
|
||||||
|
prevY = y;
|
||||||
|
currentPointerID = -1000;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user