QoL change for touch gliding
This commit is contained in:
parent
1e1d864e0a
commit
3d08dd0250
|
@ -465,6 +465,7 @@ public class TouchscreenControllerView extends FrameLayout {
|
|||
if (!mGlidePairs.containsKey(pointerID) && !mGlidePairs.containsValue(buttonView)) {
|
||||
if (buttonView.getIsGlidable())
|
||||
mGlidePairs.put(pointerID, buttonView);
|
||||
else { mGlidePairs.put(pointerID, null); }
|
||||
}
|
||||
pressed = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue