Release the previous key if multi touch input is started
Change-Id: Ib1205e67e900353976150e5ad58abfc92c3dfc21main
parent
a0537fb4c7
commit
608469c5ab
|
@ -35,7 +35,7 @@ public class PointerTrackerQueue {
|
|||
if (t.isModifier()) {
|
||||
oldestPos++;
|
||||
} else {
|
||||
t.onPhantomUpEvent(t.getLastX(), t.getLastY(), eventTime, false);
|
||||
t.onPhantomUpEvent(t.getLastX(), t.getLastY(), eventTime, true);
|
||||
queue.remove(oldestPos);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue