timelapse frame on stroke idle

This commit is contained in:
2019-11-02 15:13:31 +01:00
parent 167cceabfd
commit 7db1739df6
4 changed files with 25 additions and 48 deletions

View File

@@ -92,6 +92,7 @@ public:
bool m_dirty = false;
bool m_commit_delayed = false;
bool m_dirty_stroke = false;
std::chrono::time_point<std::chrono::steady_clock> m_disrty_stroke_time;
std::stack<CameraData> m_camera_stack;
static Canvas* I;