Is there an API in Compose for "hover" / mouse-ove...
# compose
a
Is there an API in Compose for "hover" / mouse-over? Imagine there's a grid of views and the user starts their their Finger amongst some of them and I want them to get notified. I can xonsume the touch-down event in one of those views but that prevents other views from any notification I also tried doing this in the parent and trying to find the child at position but that didn't work either