implemented autoscrolling derivatives of TimelineViewBase around the playhead

This commit is contained in:
itsmattkc
2019-12-31 19:17:40 +11:00
parent 9c3e5b76b2
commit e41fdbd6e3
8 changed files with 70 additions and 29 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef AUTOSCROLL_H
#define AUTOSCROLL_H
class AutoScroll {
public:
enum Method {
kNone,
kPage,
kSmooth
};
};
#endif // AUTOSCROLL_H