added timeline slider and export animation frames

This commit is contained in:
2017-05-15 00:43:37 +01:00
parent 95509956f3
commit 7b99f0510a
10 changed files with 132 additions and 12 deletions

View File

@@ -47,7 +47,6 @@ bool App::mouse_scroll(float x, float y, float delta)
e.m_scroll_delta = delta * 0.1f;
auto ret = layout[main_id]->on_event(&e);
layout[main_id]->update();
LOG("wheel x %.2f y %.2f", x, y);
return ret == kEventResult::Consumed;
}
bool App::mouse_cancel(int button)