An open API service indexing awesome lists of open source software.

https://github.com/dullbananas/elm-touch

An easy way to handle touch gestures in your Elm application
https://github.com/dullbananas/elm-touch

elm events gesture pointer-events touch touch-events

Last synced: 10 months ago
JSON representation

An easy way to handle touch gestures in your Elm application

Awesome Lists containing this project

README

          

# elm-touch
This library is a wrapper around touch events. It makes it very easy to handle multi finger movement and gestures by automatically managing multiple touches and calculating deltas behind the scenes.

You should see [this example](
https://github.com/dullbananas/elm-touch/blob/master/example) to understand how to use this library.