Closed fplord closed 2 years ago
https://biodiv.github.io/contactjs/documentation/contact-js/#Events
the documentation for Events should include swipeRight and swipeLeft event listeners
swipeRight
swipeLeft
see https://github.com/biodiv/contactjs/blob/main/src/gestures/Pan.ts#L77
this.emit(pointerManager, "swipe");
thanks for bringing this up, I included swipe and its directional events in the list
swipe
https://biodiv.github.io/contactjs/documentation/contact-js/#Events
the documentation for Events should include
swipeRight
andswipeLeft
event listeners