Skip to content
Snippets Groups Projects
Commit 5aabf6c1 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added comment.

parent 2f572483
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment