diff view/View.h @ 789:9fd1bdf214dd tonioni

Play pointer: when user drags pane during playback such that the pointer is no longer visible, accept that and stop trying to track it until pointer naturally comes back within visible area
author Chris Cannam
date Thu, 12 Jun 2014 12:48:11 +0100
parents 56ba2b03508e
children edada332c374
line wrap: on
line diff
--- a/view/View.h	Thu Jun 12 12:27:41 2014 +0100
+++ b/view/View.h	Thu Jun 12 12:48:11 2014 +0100
@@ -352,6 +352,7 @@
     bool                m_followPan;
     bool                m_followZoom;
     PlaybackFollowMode  m_followPlay;
+    bool                m_followPlayIsDetached;
     size_t              m_playPointerFrame;
     bool                m_lightBackground;
     bool                m_showProgress;