Hi guys, I'm studying Compose `TouchEvent` now(in ...
# compose-android
d
Hi guys, I'm studying Compose
TouchEvent
now(in this case,
Pointer
). Does TouchEvent propagate from child to parent in Compose, unlike the TouchEvent in the Android View system? Please recommend some related documentation!
I found the answer in Android document.