@@ -305,6 +305,9 @@ class MultiTouchListener(Logger):
# return True
def detect_pan(self):
+ """
+ Panning is movement of the centroid in a certain direction.
l = len(self.points)
if not l: