A Simple project for manipulating mouse input in C# by utilizing of undocumented NtUserInjectMouseInput from win32u.dll.
To use the mouse input injection functionality, you can call the MouseInput.Inject
method and pass in a MouseInfo
object that specifies the input you want to inject.