wait for input, move many scripts to input trigger

This commit is contained in:
chrys
2016-10-01 00:51:32 +02:00
parent f1c3e25d91
commit 9afe310620
8 changed files with 17 additions and 15 deletions

View File

@ -23,7 +23,6 @@ class screenManager():
def update(self, trigger = 'onUpdate'):
self.env['runtime']['screenDriver'].getCurrScreen()
if not self.isSuspendingScreen():
if trigger == 'onUpdate':
self.env['runtime']['applicationManager'].getCurrentApplication()