initial promotedtext, cleanups, prepare for consume non fenrirkey shortcuts

This commit is contained in:
Chrys
2016-08-19 17:21:52 +02:00
parent f210a8c777
commit 3c720b8b1a
10 changed files with 53 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ class fenrir():
self.shutdown()
def onInput(self):
self.environment, timeout = self.environment['runtime']['inputManager'].getKeyPressed(self.environment)
self.environment, timeout = self.environment['runtime']['inputManager'].proceedInputEvents(self.environment)
self.environment = self.environment['runtime']['screenDriver'].analyzeScreen(self.environment, 'onInput')
if not timeout:
self.environment = self.environment['runtime']['commandManager'].executeTriggerCommands(self.environment, 'onInput')