Mac Catalyst custom cursor

Hello, I've successfully converted app to Catalyst. Now I want to make a custom cursor. Any suggestions how to do that? Was looking on internet for a day with no success. :(

Replies

On Big Sur you can use NSCursor in Catalyst. It's mentioned in this video: https://developer.apple.com/videos/play/wwdc2020/10143/
Same question. I want to set a custom cursor for my *entire* game, but not sure where/how to do it.