runemadsen / rune.js

A JavaScript library for programming graphic design systems with SVG
http://runemadsen.github.io/rune.js
MIT License
654 stars 35 forks source link

suggestion: allow more events #6

Open dirkpuis opened 8 years ago

dirkpuis commented 8 years ago

Some useful events might be double-click or mousewheel events. SVG also allows events on individual nodes. Implementing these in Rune would allow drag-and-drop type of interactions.

UnforbiddenYet commented 8 years ago

Yeah, implementing mouse events on each form would be awesome. By the way, thanks for the library!