graphicsvg icon indicating copy to clipboard operation
graphicsvg copied to clipboard

Use Pointer Events API

Open Erudition opened this issue 1 year ago • 3 comments

Using the new unified Pointer events API we can handle both touch and cursor at once.

Erudition avatar Apr 19 '23 23:04 Erudition

Hi @Erudition - sorry, I just noticed this! This is a great idea. Which API is this? Is there an Elm library that supports this?

CSchank avatar Feb 16 '24 22:02 CSchank

Yup!

https://package.elm-lang.org/packages/mpizenberg/elm-pointer-events/latest/

Erudition avatar Feb 17 '24 03:02 Erudition

That's great, we'll look at implementing that.

CSchank avatar Feb 17 '24 03:02 CSchank