How to hide the mouse cursor
In Swift
NSCursor.hide()
NSCursor.unhide()
[NSCursor hide];
then to show the cursor again:
[NSCursor unhide];
In Swift
NSCursor.hide()
NSCursor.unhide()
[NSCursor hide];
then to show the cursor again:
[NSCursor unhide];