mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 23:59:21 -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;
|
||||
}
|
||||
break;
|
||||
|
||||
case MotionEvent.ACTION_UP:
|
||||
prevX = x;
|
||||
prevY = y;
|
||||
currentPointerID = -1000;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user