jasonpang / Interceptor

C# wrapper for a Windows keyboard driver. Can simulate keystrokes and mouse clicks in protected areas like the Windows logon screen (and yes, even in games). Wrapping http://oblita.com/Interception
MIT License
286 stars 84 forks source link

Can't send mouse message #7

Closed Fede996 closed 7 years ago

Fede996 commented 7 years ago

Hi, anyone knows a guide or something like that on how to send mouse clicks with interceptor? I'm able to send keypress to games pretty well, but when I set the mouse filter on and perform a real click in order to activate the interception, it starts left-clicking continously, completely ignoring the rest of the code. I think it starts doing like that when the code hit a SendKey() statement but I can't figure out why. Every thought will be helpful since I'm pretty new to this type of "low-level/driver" input sending methods :)

Fede996 commented 7 years ago

No more help needed, resolved it myself.