Commit 5aabf6c1 authored by Taddeus Kroes's avatar Taddeus Kroes

Added comment.

parent 2f572483
...@@ -305,6 +305,9 @@ class MultiTouchListener(Logger): ...@@ -305,6 +305,9 @@ class MultiTouchListener(Logger):
# return True # return True
def detect_pan(self): def detect_pan(self):
"""
Panning is movement of the centroid in a certain direction.
"""
l = len(self.points) l = len(self.points)
if not l: if not l:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment