Created
January 21, 2018 17:03
-
-
Save mczachurski/606573b050a5cf9d9d15fd286574abd3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override func reset() { | |
super.reset() | |
self.fingersDirection = TwoFingersMove.unknown | |
self.firstTouchedPoints.removeAll(keepingCapacity: true) | |
self.secondTouchedPoints.removeAll(keepingCapacity: true) | |
state = .possible | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment