mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -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();
|
||||
break;
|
||||
case MotionEvent.ACTION_CANCEL:
|
||||
case MotionEvent.ACTION_UP:
|
||||
resetScrollOvershoot();
|
||||
mTracker.cancelTracking();
|
||||
|
Loading…
x
Reference in New Issue
Block a user