How can I use system cursors not defined in Pointe...
# compose-desktop
m
How can I use system cursors not defined in PointerIcon or Cursor? I'd like to have access to e.g.
grab
and
grabbing
but I can't seem to figure out how to access them
v
You would need to create a custom one
m
But that uses custom images, not the system theme icon set like the other cursors.
v
I think it's like this in awt for compatibility reasons between operating systems 🤔