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.
如何在 C# 中设置鼠标按钮状态?
我的应用程序通过手势控制鼠标,我需要根据我的手势将鼠标左键状态设置为按下。
.NET 提供了鼠标事件处理程序,这些处理程序使用与表单控件交互时引发的事件。您还可以在 Forms 控件上下文中模拟鼠标行为。
Windows 窗体中的 .NET 鼠标事件
对于全局/非 Windows 窗体鼠标事件和模拟鼠标功能,您将需要一个全局鼠标挂钩库/dll,例如:
全局鼠标钩和鼠标模拟器