敏感豆芽

文章
4
资源
0
加入时间
2年10月24天

如何在全屏隐藏鼠标

鼠标是个好东西,指指点点的很方便,但有时候我们会有些特别的目的,需要想把它藏起来,就像它不存在一样。如何实现呢?网上提供最多的解决方法是使用ShowCursor函数。The ShowCursorfunction displays or hides the cursor. SyntaxintShowCursor(BOOLbShow);这个函数确实可以隐藏鼠标的光...