开发者

Disable Mouse moves and clicks using c# windows application

开发者 https://www.devze.com 2023-01-01 06:46 出处:网络
I want to Enable the Mou开发者_JAVA百科se moves and clicks Using c# windows application. How to do this ?

I want to Enable the Mou开发者_JAVA百科se moves and clicks Using c# windows application. How to do this ?

I don't want to unplug my mouse from my PC. :)


You can use this library to make a mouse hook that can suppress the mouse input.
You can then check GetForegroundWindow() and set e.Handled to true.


Find the GUID of mouse and disable the mouse using c#

0

精彩评论

暂无评论...
验证码 换一张
取 消