Exemplo n.º 1
0
 def mouseEvent(self, mouse):
    Monitor.wakeUp()
    return True
Exemplo n.º 2
0
def wakeUp():
    Monitor.wakeUp()
Exemplo n.º 3
0
 def atTarget(self, card, loc):
     global targetCount
     targetCount += 1
     if targetCount == nbPlayers:
         Monitor.wakeUp()  # All cards in stock->continue
Exemplo n.º 4
0
 def collide(self, actor1, actor2):
     gg.setMouseEnabled(False)  # Inhibit further mouse events
     Monitor.wakeUp()  # Resume processing
     return 0