We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I have been using the FastFind.AU3 quite successfully before but I just cant make it to work in AHK.
#Include FastFind.ahk Res := FF.FFNearestPixel(585, 459, 0xFFFFFF, True, 100, 190, 1080, 750) MouseMove, Res[0], Res[1]
This is in Autoit and it does work.
#include "FastFind.au3" $ResX = FFNearestPixel(585, 459, 0xFFFFFF, True, 100, 190, 1080, 750) MouseMove($ResX[0],$ResX[1])
I have tried this command and it always returns 0. Can you guide me on making this work?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I have been using the FastFind.AU3 quite successfully before but I just cant make it to work in AHK.
This is in Autoit and it does work.
I have tried this command and it always returns 0. Can you guide me on making this work?
The text was updated successfully, but these errors were encountered: