.gitignore update

This commit is contained in:
9and3r
2014-08-01 12:41:54 +02:00
parent 33199f85ca
commit 5c6aa015eb
8 changed files with 128 additions and 114 deletions

View File

@@ -131,6 +131,9 @@ class ScreenManager():
self.screens[0].track_started(track.track)
self.screens[1].track_started(track)
def track_playback_ended(self, tl_track, time_position):
self.screens[0].track_playback_ended(tl_track, time_position)
def event(self, event):
touch_event = self.touch_manager.event(event)
if touch_event is not None: