def doubleclickHandler(self, event):
     if self.game.s.talon.cards:
         self.game.s.talon.playMoveMove(1, self)
         return 1
     return BasicRowStack.doubleclickHandler(self, event)
 def clickHandler(self, event):
     BasicRowStack.doubleclickHandler(self, event)
     return True
Beispiel #3
0
 def doubleclickHandler(self, event):
     if self.game.s.talon.cards:
         self.game.s.talon.playMoveMove(1, self)
         return 1
     return BasicRowStack.doubleclickHandler(self, event)
Beispiel #4
0
 def clickHandler(self, event):
     BasicRowStack.doubleclickHandler(self, event)
     return True