core icon indicating copy to clipboard operation
core copied to clipboard

Add support for loading custom mouse cursors, provide missing ones on various platforms.

Open rcoreilly opened this issue 7 years ago • 2 comments

requires platform-specific glue to create and set from image + mask + hotspot, and requires more robust asset provisioning strategy (same as icons -- currently not really addressed -- will add a new ticket for that too).

rcoreilly avatar Aug 20 '18 08:08 rcoreilly

glfw 3.3 has this -- but we need to actually initialize some standard ones. linux, windows pretty lame now I think.

rcoreilly avatar Dec 02 '19 05:12 rcoreilly

I looked for a while and couldn't find any good standard cursor sets -- lots of crazy custom ones -- hard to find key ones.

rcoreilly avatar Mar 25 '20 12:03 rcoreilly

done, see https://github.com/goki/cursors

rcoreilly avatar Dec 24 '23 23:12 rcoreilly