How do you make the mouse cursor disappear in Objective-C? (just the visible mouse cursor, the mouse still needs to work)
[NSCursor hide];
then to show the cursor again:
[NSCursor unhide];
In Swift
NSCursor.hide()
NSCursor.unhide()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With