I'm currently using the Interception library on some projects, and it would highly useful if I was able to send coordinates and simulate mouse clicks within the existing code. I know there are things within the currently library that support doing such things, but with the lack of documentation (and contact with the developer), I fear I may never be able to accomplish my goals.
The only leads I have so far are the mouse coordinate function uses real mouse coordinates (meaning setting a certain variable to -1 would invert the mouse, and thing like that) but I would like to be able pass screen coordinates to it instead. Also, it has certain mouse flags (INTERCEPTION_MOUSE1_DOWN, INTERCEPTION_MOUSE1_UP, etc. etc.) but after trying to pass these with SendInput it seemed to fail.
If anyone can provide any help it would be a blessing, thank you all!
http://oblita.com/interception.html
P.S - I did see another question where someone asked something similiar to this, there was still some complication and a bit of lacking information. Thanks again.
Sources: https://github.com/oblitum/Interception/tree/master/samples/mathpointer