Explorar el Código

Update gpio_inpput_manager.py

Febbweiss hace 8 años
padre
commit
ed9cfefe16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mopidy_touchscreen/input/gpio_inpput_manager.py

+ 1 - 1
mopidy_touchscreen/input/gpio_inpput_manager.py

@@ -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)