Release the previous key if multi touch input is started

Change-Id: Ib1205e67e900353976150e5ad58abfc92c3dfc21
main
Tadashi G. Takaoka 2011-04-22 21:31:22 +09:00
parent a0537fb4c7
commit 608469c5ab
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}