I'd like to detect multi-finger taps and swipes.
Eg. detect a two finger tap or a four finger swipe down as such.
Using regular React and useGesture
.
I'd like to know if it's even possible, because there's no mention of this in the docs. And any guidance to where I could find what I'm looking for (perhaps Ionic Gestures?)