mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 14:15:41 +00:00
Update gpio_inpput_manager.py
This commit is contained in:
@@ -59,7 +59,7 @@ def left(channel):
|
||||
else:
|
||||
type = pygame.KEYDOWN
|
||||
dict['unicode'] = None
|
||||
dict['key'] = pygame.K_RIGHT
|
||||
dict['key'] = pygame.K_LEFT
|
||||
event = pygame.event.Event(type, dict)
|
||||
pygame.event.post(event)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user