Is there any support for setting the pointer icon ...
# compose-desktop
r
Is there any support for setting the pointer icon outside of
pointerHoverIcon
? I'm handling drag events, and would like to set the cursor for the duration of the drag (i.e. rely on dragStop/dragCanceled to reset it), but that doesn't seem possible without doing it via swing. Perhaps
LocalPointerIconService
should be public.
👀 1
a
You can set the hover pointer on a shared parent