Merge "Release the previous key if multi touch input is started"
This commit is contained in:
commit
19576c33cd
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class PointerTrackerQueue {
|
||||||
if (t.isModifier()) {
|
if (t.isModifier()) {
|
||||||
oldestPos++;
|
oldestPos++;
|
||||||
} else {
|
} else {
|
||||||
t.onPhantomUpEvent(t.getLastX(), t.getLastY(), eventTime, false);
|
t.onPhantomUpEvent(t.getLastX(), t.getLastY(), eventTime, true);
|
||||||
queue.remove(oldestPos);
|
queue.remove(oldestPos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue