implemented autoscrolling derivatives of TimelineViewBase around the playhead
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef AUTOSCROLL_H
|
||||
#define AUTOSCROLL_H
|
||||
|
||||
class AutoScroll {
|
||||
public:
|
||||
enum Method {
|
||||
kNone,
|
||||
kPage,
|
||||
kSmooth
|
||||
};
|
||||
};
|
||||
|
||||
#endif // AUTOSCROLL_H
|
||||
Reference in New Issue
Block a user