Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
john-doherty committed Nov 17, 2023
2 parents ede7f12 + 8a957e3 commit eb570c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The following event data is included with every event and accessible via `e.deta
dir: 'up', // swipe direction (up,down,left,right)
touchType: 'direct', // touch type (stylus,direct) - stylus=apple pencil and direct=finger
xStart: 196, // x coords of swipe start
fingers: 1, // number of fingers used
xEnd: 230, // x coords of swipe end
yStart: 196, // y coords of swipe start
yEnd: 4 // y coords of swipe end
Expand Down Expand Up @@ -141,4 +142,4 @@ For change-log, check [releases](https://github.com/john-doherty/swiped-events/r

## License

Licensed under [MIT License](LICENSE) © [John Doherty](https://twitter.com/mrjohndoherty)
Licensed under [MIT License](LICENSE) © [John Doherty](https://twitter.com/mrjohndoherty)

0 comments on commit eb570c5

Please sign in to comment.