I can use `rawDragGestureFilter` to move stuff aro...
# compose
m
I can use
rawDragGestureFilter
to move stuff around with one finger. Is there a modifier that allows to register multi finger touch? There is
scaleGestureFilter
for scale, but I can't find a way to do rotation with 2 fingers. What am I missing?
1
also, what if I want to scale without keeping aspect ratio?