Taddeus Kroes 14 rokov pred
rodič
commit
5aabf6c1c0
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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: