added timeline slider and export animation frames
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user