Optimization and Documentation
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Services {
|
||||
|| touch.phase == TouchPhase.Moved
|
||||
|| touch.phase == TouchPhase.Stationary;
|
||||
|
||||
// Ended/Canceled => not down (we still report position)
|
||||
// Ended/Canceled => not down (we still report the position)
|
||||
if (touch.phase == TouchPhase.Ended || touch.phase == TouchPhase.Canceled)
|
||||
isDown = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user