gpt4 book ai didi

c# - 以编程方式更改 Windows 中的光标速度

转载 作者:行者123 更新时间:2023-12-04 06:56:06 25 4
gpt4 key购买 nike

自从在SuperUser上得到满意的答复很难,我想改写this question并问:

有没有办法以编程方式检测鼠标插入 USB 端口,并更改 Windows 中的光标速度(可能通过 API)?

我想使用 C#,但我对任何可以在 Windows 7 机器上运行的语言持开放态度。

最佳答案

我不知道检测,但你可以使用 P/Invoke 到 SystemParametersInfo api 使用

[DllImport("user32.dll", SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool SystemParametersInfo(SPI uiAction, uint uiParam, String pvParam, SPIF fWinIni);

使用 uiAction 作为 ( SPI_SETMOUSESPEED ) = 0x0071

关于c# - 以编程方式更改 Windows 中的光标速度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2553314/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com