To click on coordinates returned from PixelSearch function ?
I tried to do this like that but its not working actually cause w Param and LParam is not correct
Here is a little part of the code
I tried to use this with ControlClick but
FastFind returns weird cordinates (they dont work with ControlClick at all, while they work normally with mouseclick)
also the only reason im using FastFind is cause it works in background
So if anyone know how to make PostMessage to click on x,y Coordinates returned by pixelsearch let me know
#Edit
Just found figured out what was my problem with ControlClick -,-
I used
Opt("MouseCoordMode", 2) instead of Opt("MouseCoordMode", 1)
Now it clicks on correct position LOL






