Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make events consistent #13

Closed
kangax opened this issue Dec 23, 2010 · 2 comments
Closed

Make events consistent #13

kangax opened this issue Dec 23, 2010 · 2 comments
Labels

Comments

@kangax
Copy link
Member

kangax commented Dec 23, 2010

Currently exposed events are:

object:scaled,
object:modified,
object:moved,
object:selected

group:selected_
before:group:destroyed,
after:group:destroyed

selection:cleared, path:created, after:render, mouse:up

The problem is that some of these are low level ("mouse:up"), others are high level ("group:selected", "object:moved", etc.). They are also inconsistent — there's "object:scaled" but no "group:scaled"; there's "mouse:up" but no "mouse:down".

Need to take care of all this.

@kangax
Copy link
Member Author

kangax commented Jun 28, 2011

"mouse:down" is in. Probably still need to make others a little more consistent.

@kangax
Copy link
Member Author

kangax commented Jul 6, 2011

Fixed in 85a256a

@kangax kangax closed this as completed Jul 6, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant