Block/Nullify mouse movement/click in C# -
I am writing an application to fully control the mouse click / movement. For example, if I'm running an application, make a completely transparent, fullscreen, so if I click on the mouse button, in normal case, it will bring focus in the background - I need to stop it from stopping ( I.e. clicking on the button and not showing anything on the screen), because I need to process all mouse activity and use this application.
I need to have 2 mouse work independently, and I'm using it as an overlay, using duplicate signals, using the 2C # to disable the real mouse Whist
What you're talking about is a mouse called capture - and it's both the Windows form as well as the WPF And WinAPI can be done directly.
Here it is.
You can use the function call at the WinAPI level.
Comments
Post a Comment