Page 1 of 1

Mouse clicks via inpout32

Posted: Mon Aug 15, 2016 6:36 pm
by heeling
Hello.
I mastered how to send key presses, it works like a charm.
But I can't figure out how to send mouse clicks.
What should I write in Out32 function in order to send left muse click?
Or it should be done in different way?

Re: Mouse clicks via inpout32

Posted: Mon Aug 15, 2016 11:14 pm
by phil
It depends on your goal. I would consider using the Windows SendInput API which works pretty well - just some games that block the API due to cheating wont work with it.

If you figure out how to do it using InpOut I would be interested to know how too as it could benifit XMBC for those games that block SendInput.

Thanks,
Phil