Plumb frontend for layer visibility toggle

This commit is contained in:
Keavon Chambers
2021-05-07 16:57:45 -07:00
parent 14e61d2328
commit 4975a4e737
2 changed files with 12 additions and 17 deletions

View File

@@ -36,6 +36,9 @@ impl Dispatcher {
Event::MouseMove(pos) => {
editor_state.tool_state.document_tool_data.mouse_state.position = *pos;
}
Event::ToggleLayerVisibility(path) => {
log::debug!("Toggling layer visibility not yet implemented in the Editor Library");
}
Event::KeyUp(_key) => (),
Event::KeyDown(key) => {
log::trace!("pressed key {:?}", key);