Exemplo n.º 1
0
 def __init__(self):
     PyMouse.__init__(self)
     self.leftmousepressed = False
     self.rightmousepressed = False
 def __init__(self, readLocation=""):
     PyMouse.__init__(self)
     self._readLocation = readLocation
     self._eventQueue = deque()
     self._readCoordinateList()