소스 검색

Added comment.

Taddeus Kroes 13 년 전
부모
커밋
5aabf6c1c0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/touch.py

+ 3 - 0
src/touch.py

@@ -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: