开发者

How to hide the mouse cursor?

How do you make the mou开发者_JAVA技巧se 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()
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜