mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Mouse wheel works as vertical swipe
This commit is contained in:
@@ -25,4 +25,7 @@ class Tracklist():
|
||||
self.list_view.set_list(self.tracks_strings)
|
||||
|
||||
def touch_event(self, touch_event):
|
||||
self.list_view.touch_event(touch_event)
|
||||
self.list_view.touch_event(touch_event)
|
||||
|
||||
def track_started(self, track):
|
||||
self.list_view.set_selected([self.manager.core.tracklist.index(track).get()])
|
||||
Reference in New Issue
Block a user