Method ocr.MouseClick
Overload
Clicks the found text (the first word).
public MRelease MouseClick(Coord x = default, Coord y = default, MButton button = MButton.Left, int word = 0)
Parameters
|
x (Coord)
X coordinate in the word. Default - center. Examples: |
|
y (Coord)
Y coordinate in the word. Default - center. |
|
button (MButton)
Which button and how to use it. |
|
word (int)
Word index offset from ocr.FoundWordIndex. |
Returns
Exceptions
|
InvalidOperationException
area is |
|
Exception
Exceptions of mouse.clickEx. |
Remarks
Calls mouse.clickEx.