deactate because blocking call
This commit is contained in:
parent
5ee9dca99e
commit
97f006abcc
@ -39,7 +39,9 @@ class fenrir():
|
|||||||
def proceed(self):
|
def proceed(self):
|
||||||
while(self.runtime['running']):
|
while(self.runtime['running']):
|
||||||
self.runtime = self.runtime['screenDriver'].analyzeScreen(self.runtime)
|
self.runtime = self.runtime['screenDriver'].analyzeScreen(self.runtime)
|
||||||
self.runtime['inputManager'].getKeyPressed(self.runtime)
|
# self.runtime = self.runtime['inputManager'].getKeyPressed(self.runtime)
|
||||||
|
self.shutdown()
|
||||||
|
|
||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user