canvas pan/zoom, project into canvas using inverse transform, implement eraser (early prototype)

This commit is contained in:
2017-04-09 22:40:38 +01:00
parent 8d35d1f140
commit a82c76ce41
6 changed files with 124 additions and 75 deletions

View File

@@ -69,6 +69,8 @@ kEventResult Node::on_event(Event* e)
}
break;
default:
if (handle_event(e) == kEventResult::Consumed)
return kEventResult::Consumed;
break;
}
break;