mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Lower CPU usage
Screen will not be always updated
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user