Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
509:f8b98f63f200 | 510:683c46d7500b |
---|---|
138 QPoint m_clickPos; | 138 QPoint m_clickPos; |
139 QPoint m_mousePos; | 139 QPoint m_mousePos; |
140 bool m_clickedInRange; | 140 bool m_clickedInRange; |
141 bool m_shiftPressed; | 141 bool m_shiftPressed; |
142 bool m_ctrlPressed; | 142 bool m_ctrlPressed; |
143 bool m_altPressed; | |
143 | 144 |
144 bool m_navigating; | 145 bool m_navigating; |
145 bool m_resizing; | 146 bool m_resizing; |
146 bool m_editing; | 147 bool m_editing; |
147 bool m_releasing; | 148 bool m_releasing; |