Update screenManager.py
This commit is contained in:
parent
90d18609ba
commit
13b762ed9b
@ -59,6 +59,12 @@ class screenManager():
|
||||
windowText += line[self.env['commandBuffer']['windowArea'][currApp]['1']['x']:self.env['commandBuffer']['windowArea'][currApp]['2']['x'] + 1] + '\n'
|
||||
return windowText
|
||||
|
||||
def injectTextToScreen(self, text):
|
||||
try:
|
||||
self.env['runtime']['screenDriver'].injectTextToScreen(text)
|
||||
except Exception as e:
|
||||
pass
|
||||
|
||||
def changeBrailleScreen(self):
|
||||
if not self.env['runtime']['brailleDriver']:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user