(C++) SystemParametersInfo with SPI_SetMouse does not seem to change cursor speed

自古美人都是妖i 提交于 2019-12-05 16:40:36
Biraj Bora

Here , aMouseInfo[2] refers to Enhance Mouse Precision field. if aMouseInfo[2] is set to TRUE ( or assigned any no. other than 0 ), then Enhance Mouse Precision field is SET and if FALSE ( or assigned 0 ) then Enhance Mouse Precision field is UNSET .

For getting and setting the Mousespeed you can use SPI_GETMOUSESPEED and SPI_SETMOUSESPEED resp.

To use SPI_GETMOUSESPEED and SPI_SETMOUSESPEED , please refer to the post .

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!