mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
.gitignore update
This commit is contained in:
@@ -30,7 +30,6 @@ class TouchManager():
|
||||
def event(self, event):
|
||||
|
||||
if event.type == pygame.MOUSEBUTTONUP:
|
||||
logger.error(event.button)
|
||||
if event.button == 4:
|
||||
touch_event = TouchEvent(TouchManager.swipe, self.down_pos, self.up_pos, True)
|
||||
touch_event.direction = TouchManager.up
|
||||
|
||||
Reference in New Issue
Block a user