Chunjee / graphicsearch.ahk

A fast, super powerful, and flexible screen searching library for AutoHotkey
https://chunjee.github.io/graphicsearch.ahk/
MIT License
45 stars 5 forks source link

Small documentation fix #5

Closed ssweber closed 2 years ago

ssweber commented 2 years ago

At the first example script on https://chunjee.github.io/graphicsearch.ahk/#/tutorial?id=resultsobject

msgbox, % "x: " result[A_Index].x ", y: " result[A_Index].y

should be

msgbox, % "x: " resultObj[A_Index].x ", y: " resultObj[A_Index].y

That's all! Great script!

Chunjee commented 2 years ago

Fixed by b41e2e06b610eecfa01c56c0e481628a2371cbdd