def mouseDown()

in jsuarez/tools/MapMaker.py [0:0]


   def mouseDown(self, button):
      if button == 1 and not self.clicked:
         self.volX, self.volY = pygame.mouse.get_pos()
         self.clicked = True
      if button == 3 and not self.rightClicked:
         self.volX, self.volY = pygame.mouse.get_pos()
         self.rightClicked = True