gpt4 book ai didi

c# - 在没有 System.Windows.Forms 的情况下设置鼠标位置

转载 作者:可可西里 更新时间:2023-11-01 13:32:34 28 4
gpt4 key购买 nike

有没有不使用 System.Windows.Forms.Cursor 来操纵鼠标位置的方法?可能是互操作之类的东西?

原因是我们使用的是专门的 .NET 子集,它不能包含 System.Windows.Forms。

最佳答案

糟糕,阅读问题太快了,这是正确的 PInvoke 调用

[DllImport("user32.dll")]
static extern bool SetCursorPos(int X, int Y);

来源:http://www.pinvoke.net/default.aspx/user32.setcursorpos

关于c# - 在没有 System.Windows.Forms 的情况下设置鼠标位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11092784/

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