/elm-touch

An easy way to handle touch gestures in your Elm application

Primary LanguageElmGNU General Public License v3.0GPL-3.0

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 to understand how to use this library.