Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
An easy way to handle touch gestures in your Elm application
- Host: GitHub
- URL: https://github.com/dullbananas/elm-touch
- Owner: dullbananas
- License: gpl-3.0
- Created: 2020-06-13T22:14:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T03:55:19.000Z (about 3 years ago)
- Last Synced: 2023-08-08T20:39:08.503Z (over 1 year ago)
- Topics: elm, events, gesture, pointer-events, touch, touch-events
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/dullbananas/elm-touch/latest/
- Size: 46.9 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.