Join Slack
Powered by
Hello everyone, after Compose Canvas draws a graph...
# compose
d
df w
07/14/2021, 1:30 AM
Hello everyone, after Compose Canvas draws a graph, can I add a click event to the point in it?
t
Timo Drick
07/14/2021, 12:25 PM
I think you need to use the Modifier:
Copy code
Modifier.pointerInput(...)
And than use the pointer coordinates.
Open in Slack
Previous
Next