Skip to content
Snippets Groups Projects
Commit 608469c5 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Release the previous key if multi touch input is started

Change-Id: Ib1205e67e900353976150e5ad58abfc92c3dfc21
parent a0537fb4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment