def handle(self, event): gd.BoardGame.handle(self, event) # send event handling up if event.type == pygame.MOUSEBUTTONUP: pass #self.check_result(auto=True) #self.auto_check_reset()