Assigned
Status Update
Comments
je...@google.com <je...@google.com> #2
We could add an API to make the weighted distance customizable, aosp/3271691 has more info.
No update yet.
We could add an API to make the weighted distance customizable, aosp/3271691 has more info.
Description
However, if you have an existing Modifier, and then dynamically add or remove a pointer input related modifier to it, you don't get the same synthetic pointer input event.
For example, if I create a Composable with a general Modifier, but later, I dynamically add a pointer hover icon to that modifier, I won't get the right icon until the user moves the mouse.
It should trigger the previous ENTER/EXIT pointer input events so we can set the right icon. (It does this when you add/remove composables with a pointer hover icon modifier.)
This is probably a rare edge case, but it would be nice if we support it.
I will consider this as I research and refactor pointer input (in general).