Skip to content

Commit eb570c5

Browse files
committed
2 parents ede7f12 + 8a957e3 commit eb570c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.MD

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The following event data is included with every event and accessible via `e.deta
6565
dir: 'up', // swipe direction (up,down,left,right)
6666
touchType: 'direct', // touch type (stylus,direct) - stylus=apple pencil and direct=finger
6767
xStart: 196, // x coords of swipe start
68+
fingers: 1, // number of fingers used
6869
xEnd: 230, // x coords of swipe end
6970
yStart: 196, // y coords of swipe start
7071
yEnd: 4 // y coords of swipe end
@@ -141,4 +142,4 @@ For change-log, check [releases](https://github.com/john-doherty/swiped-events/r
141142

142143
## License
143144

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

0 commit comments

Comments
 (0)