mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Release the previous key if multi touch input is started"
This commit is contained in:
commit
19576c33cd
@ -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
Block a user