瀏覽代碼

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: