changeofpace / MouClassInputInjection

MouClassInputInjection implements a kernel interface for injecting mouse input data packets into the input data stream of HID USB mouse devices.
MIT License
286 stars 78 forks source link

Differentiating injected clicks from normal clicks #6

Closed ghardo12 closed 4 years ago

ghardo12 commented 4 years ago

Hi, I have been using this program for some time, and I think its fantastic. I just had a simple question. Is is possible to differentiate the clicks injected through this driver from actual mouse clicks¿

Like for example could you edit the MSLLHOOKSTRUCT struct and add a custom dwExtraInfo (that would signify that click was injected instead of real)¿. How would one go about doing that¿ Ive read through the src but I am not nearly advanced enough to get into driver development.

Thanks a lot for your help,

Have a good day.