initial binding import

This commit is contained in:
chrys
2016-07-10 18:34:44 +02:00
parent 9b5b634fcf
commit a6fc0fbf1b
5 changed files with 76 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ class fenrir():
self.threadHandleCommandQueue = None
self.environment = environment.environment
self.environment['runtime']['inputManager'] = inputManager.inputManager()
self.environment = self.environment['runtime']['inputManager'].loadShortcuts(self.environment)
self.environment['runtime']['commandManager'] = commandManager.commandManager()
self.environment = self.environment['runtime']['commandManager'].loadCommands(self.environment,'commands')
self.environment = self.environment['runtime']['commandManager'].loadCommands(self.environment,'onInput')