Exemplo n.º 1
0
 def run(self):
     """ Run the controller """
     self.previousController = TheGameEngine.controller
     self.application.addWidget(self.window)
     self.application.setCurrentWidget(self.window)
     TheGameEngine.start(self.window, self)
     self.window.grabKeyboard()
Exemplo n.º 2
0
 def run(self):
     """ Run the controller """
     self.previousController = TheGameEngine.controller
     self.application.addWidget(self.window)
     self.application.setCurrentWidget(self.window)
     TheGameEngine.start(self.window, self)
     self.window.grabKeyboard()
Exemplo n.º 3
0
 def run(self):
     """ Run the controller """
     self.application.addWidget(self.window)
     self.application.setCurrentWidget(self.window)
     TheGameEngine.start(self.window, self)