Mouse wheel works as vertical swipe

This commit is contained in:
9and3r
2014-07-28 14:44:22 +02:00
parent a5a68ffebe
commit 83767e6ef9
5 changed files with 102 additions and 68 deletions

View File

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