biodiv / contactjs

Pointer gestures for your webapp
MIT License
77 stars 6 forks source link

no documentation for swipeLeft and swipeEvent #25

Closed fplord closed 2 years ago

fplord commented 2 years ago

https://biodiv.github.io/contactjs/documentation/contact-js/#Events

the documentation for Events should include swipeRight and swipeLeft event listeners

fplord commented 2 years ago

see https://github.com/biodiv/contactjs/blob/main/src/gestures/Pan.ts#L77

this.emit(pointerManager, "swipe");

biodiv commented 2 years ago

thanks for bringing this up, I included swipe and its directional events in the list