Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
关于如何在 wpf 应用程序中减慢鼠标速度的任何想法。谷歌什么也没想到。这是否应该处理来自 Win32 的本机事件。
这里
SPI_GETMOUSESPEED = 112 十进制 SPI_SETMOUSESPEED = 113 十进制 源
OnAppStart -> 获取系统当前鼠标速度 OnMouseEnter -> 设置为慢 OnMouseLeave -> 设置为系统 OnAppShutdown -> 设置为系统
编辑 附加参考