change event propagation to be based on parent/child lineage, not z-axis stacking, plus some more alterations to try to get enter/leave working

This commit is contained in:
Paul Davis 2013-12-12 10:03:33 -05:00
parent 9fb3247350
commit 88732abd01
8 changed files with 217 additions and 132 deletions

View file

@ -118,7 +118,7 @@ Polygon::covers (Duple const & point) const
}
j = i;
}
return oddNodes;
}