jasonpang/Interceptor

Can't send mouse message

Fede996 opened this issue · 1 comments

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 :)

No more help needed, resolved it myself.