Lower CPU usage

Screen will not be always updated
This commit is contained in:
Ander
2015-05-19 17:04:47 +02:00
parent 2ee9d41393
commit e98e198224
17 changed files with 325 additions and 174 deletions

View File

@@ -69,7 +69,6 @@ class InputManager():
def key_down(self, event):
if len(event.unicode) > 0 and event.key not in \
InputManager.special_keys:
print event
return InputEvent(InputManager.key, None, None, None,
None, event.unicode)
else: