add horizontal and vertical announcements

This commit is contained in:
chrys
2016-07-15 16:31:19 +02:00
parent e2668f1467
commit 0ff4002f16
9 changed files with 26 additions and 20 deletions

View File

@ -10,7 +10,7 @@ class command():
return environment
if environment['screenData']['newDelta'] != environment['screenData']['oldDelta'] or \
environment['screenData']['newTTY'] != environment['screenData']['oldTTY']:
environment['runtime']['outputManager'].speakText(environment, environment['screenData']['newDelta'], Interrupt=False)
environment['runtime']['outputManager'].presentText(environment, environment['screenData']['newDelta'], Interrupt=False)
return environment
def setCallback(self, callback):
pass