mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
Feat[input]: handle ACTION_CANCEL in GUI
This commit is contained in:
parent
0512ebb6b8
commit
8cf2b39eff
@ -46,6 +46,7 @@ public class InGUIEventProcessor implements TouchEventProcessor {
|
|||||||
}
|
}
|
||||||
} else performScroll();
|
} else performScroll();
|
||||||
break;
|
break;
|
||||||
|
case MotionEvent.ACTION_CANCEL:
|
||||||
case MotionEvent.ACTION_UP:
|
case MotionEvent.ACTION_UP:
|
||||||
resetScrollOvershoot();
|
resetScrollOvershoot();
|
||||||
mTracker.cancelTracking();
|
mTracker.cancelTracking();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user