mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Increase touchpad mouse resilience
This commit is contained in:
parent
d4e19bf6a8
commit
fa78ff0642
1 changed files with 6 additions and 0 deletions
|
|
@ -311,6 +311,12 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
prevY = y;
|
||||
}
|
||||
break;
|
||||
|
||||
case MotionEvent.ACTION_UP:
|
||||
prevX = x;
|
||||
prevY = y;
|
||||
currentPointerID = -1000;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue