Is it possible to detect multi finger taps (e.g. s...
# compose
t
Is it possible to detect multi finger taps (e.g. single two or three finger clicks). Will I have to use the low level raw event APIs (rather than detectXXXGestures helpers)?
z
I don’t believe there are any prebuilt gesture detectors for those, you’d need to write your own
🙏 1