A quick and simple segment of C# code which will allow manipulation of your mouse cursor and interaction via clicks.
Interacts directly with 'user32.dll' allowing low level access and control. Automate your favourite software or even remotely control your computer, the options are endless.
Source code is provided 'as is'. Feel free to do whatever you wish with it.
This is a stand-alone library for the .Net framework, running on Windows. This library will not work on Mono under a Unix based system. This is due to the use of PInvoke which target core Windows environment functionality.