soulwire / sketch.js

Cross-Platform JavaScript Creative Coding Framework
MIT License
4.09k stars 431 forks source link

Missing event on text hover #85

Open TheJoin95 opened 8 years ago

TheJoin95 commented 8 years ago

Hi guys in the example here when you move your mouse hover the text it seem like js is missing the event. Is this way correct or it is a bug?

soulwire commented 7 years ago

Hey @TheJoin95. Do you mean that you're expecting callbacks like mousemove to receive the original event as an argument?