diff view/Pane.h @ 510:683c46d7500b

* Handle zero-velocity note ons as well as note offs (can't believe I fell for that one) * Add Peek Left / Peek Right (alt+left/right) and change peek-drag (i.e. dragging without moving playback pointer or other panes) from ctrl+drag to alt+drag for symmetry
author Chris Cannam
date Thu, 26 Feb 2009 10:49:08 +0000
parents 755243c67f59
children a13aa5320221 67b167bb60ab
line wrap: on
line diff
--- a/view/Pane.h	Wed Feb 25 17:41:34 2009 +0000
+++ b/view/Pane.h	Thu Feb 26 10:49:08 2009 +0000
@@ -140,6 +140,7 @@
     bool m_clickedInRange;
     bool m_shiftPressed;
     bool m_ctrlPressed;
+    bool m_altPressed;
 
     bool m_navigating;
     bool m_resizing;