]> git.sesse.net Git - nageru/blobdiff - mainwindow.h
Add some 1-4 overlays on the previews.
[nageru] / mainwindow.h
index 8deca18b0712cc9ffd2e1ea8e9898070bdd33068..4801667b5f2f1175e01394aa820d45abc8ca9f31 100644 (file)
@@ -36,6 +36,10 @@ private:
        int scrub_row;
        int scrub_column;
 
+       // Used to keep track of small mouse wheel motions on the camera index in the playlist.
+       int last_mousewheel_camera_row = -1;
+       int leftover_angle_degrees = 0;
+
        void cue_in_clicked();
        void cue_out_clicked();
        void queue_clicked();