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