timjs / elm-collage

Create interactive vector graphics and position them relative to each other
BSD 3-Clause "New" or "Revised" License
58 stars 19 forks source link

expose onMouseMove in Collage.Events #28

Closed kentnek closed 6 years ago

kentnek commented 6 years ago

Fixing #27.

timjs commented 6 years ago

Thanks for this small but crucial fix Kent!

kentnek commented 6 years ago

I realized that my onMouseMove fix did not include necessary changes to the documentations, which would throw errors during elm-make. I've submitted another PR #29 , which fixed this and also implemented PointerEvent.

timjs commented 6 years ago

I'll check it this weekend. Have to make a new release anyway!