elm-lang / mouse

Track global mouse clicks and movements, helpful for dragging.

Home Page:http://package.elm-lang.org/packages/elm-lang/mouse/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for touch events

doodledood opened this issue · comments

It's not really mouse related, but didn't know where else to open this issue.
Add support for touchstart, touchmove, touchend global events.

I think we want to keep it all about mouse events. I recommend using ports for touch events for now.