graphicsvg
graphicsvg copied to clipboard
Use Pointer Events API
Using the new unified Pointer events API we can handle both touch and cursor at once.
Hi @Erudition - sorry, I just noticed this! This is a great idea. Which API is this? Is there an Elm library that supports this?
Yup!
https://package.elm-lang.org/packages/mpizenberg/elm-pointer-events/latest/
That's great, we'll look at implementing that.