Hi, my old code seems to be broken because the `ra...
# compose-desktop
m
Hi, my old code seems to be broken because the
rawDragGestureFilter
of the Modifier is gone. Can anybody tell me how one is supposed to deal with mouse drags over a Canvas now? Any help is appreciated 😀
a
there is a new API family based on coroutines for gestures. see
AwaitPointerEventScope.drag
for example
m
I was looking into that already but I have to admit that I have no idea how that is supposed to be used.
👍🏻 1