Example #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()
Example #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()
Example #3
0
 def run(self):
     """ Run the controller """
     self.application.addWidget(self.window)
     self.application.setCurrentWidget(self.window)
     TheGameEngine.start(self.window, self)