Skip to content

Commit

Permalink
Fix snippetsV1: PixelSearch (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Wiemer <[email protected]>
  • Loading branch information
kyklish and mark-wiemer authored May 24, 2024
1 parent 01689f8 commit 6e7cd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/snippetsV1.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
},
"PixelSearch": {
"prefix": "PixelSearch",
"body": "PixelSearch, ${1:OutputVarX}, ${2:OutputVarY}, ${3:X1}, ${4:Y1}, ${5:X2}, ${6:Y2}, ${7:ColorID [}, ${8:Variation}",
"body": "PixelSearch, ${1:OutputVarX}, ${2:OutputVarY}, ${3:X1}, ${4:Y1}, ${5:X2}, ${6:Y2}, ${7:ColorID [}, ${8:Variation}, ${9:Fast|RGB]}",
"description": "Searches a region of the screen for a pixel of the specified color."
},
"PostMessage": {
Expand Down

0 comments on commit 6e7cd78

Please sign in to comment.