/DynamicMouseInput

Undocumented mouse input manipulation

Primary LanguageC#MIT LicenseMIT

Dynamic Mouse Input

A Simple project for manipulating mouse input in C# by utilizing of undocumented NtUserInjectMouseInput from win32u.dll.

Usage

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.