Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 331 Bytes

File metadata and controls

8 lines (5 loc) · 331 Bytes

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.