QoL change for touch gliding

pull/1831/head
Certainty Witch 5 years ago committed by GitHub
parent 1e1d864e0a
commit 3d08dd0250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save