If I want to detect a triple tap (i.e. three quick...
# compose
t
If I want to detect a triple tap (i.e. three quick successive taps, like a doubletap, but one more), do I need to put that together myself with my own PointerInputScope extension?
👌 5