How to configure mouse enhance pointer precision programmatically

前端 未结 3 912
感情败类
感情败类 2020-12-18 12:24

How to configure mouse enhance pointer precision programmatically in C++? I know that have some useful commands like SystemParametersInfo, for speed, ...

in         


        
3条回答
  •  不思量自难忘°
    2020-12-18 13:01

    This discussion has a bit more information. It has a macro which seems to do what you're looking for. It should be pretty straightforward to convert to C++; it's just a couple DLL calls.

提交回复
热议问题