diff --git a/src/signatures/functions.json b/src/signatures/functions.json index 3218518..3e77e2a 100644 --- a/src/signatures/functions.json +++ b/src/signatures/functions.json @@ -3045,7 +3045,7 @@ "label": "MouseClick ( \"button\" [, x, y [, clicks = 1 [, speed = 10]]] )", "params": [{ "label": "button", - "documentation": "The button to click:    \n `$MOUSE_CLICK_RIGHT` (\"right\")    \n `$MOUSE_CLICK_MIDDLE` (\"middle\")    \n `$MOUSE_CLICK_MAIN` (\"main\")    \n `$MOUSE_CLICK_MENU` (\"menu\")    \n `$MOUSE_CLICK_PRIMARY` (\"primary\")    \n `$MOUSE_CLICK_SECONDARY` (\"secondary\") \n\nConstants are defined in \"AutoItConstants.au3\"." + "documentation": "The button to click:    \n `$MOUSE_CLICK_RIGHT` (\"right\")    \n `$MOUSE_CLICK_LEFT` (\"left\")    \n `$MOUSE_CLICK_MIDDLE` (\"middle\")    \n `$MOUSE_CLICK_MAIN` (\"main\")    \n `$MOUSE_CLICK_MENU` (\"menu\")    \n `$MOUSE_CLICK_PRIMARY` (\"primary\")    \n `$MOUSE_CLICK_SECONDARY` (\"secondary\") \n\nConstants are defined in \"AutoItConstants.au3\"." }, { "label": "x, y", "documentation": "**[optional]** The x/y coordinates to move the mouse to. If no x and y coords are given, the current position is used (default)." @@ -3062,7 +3062,7 @@ "label": "MouseClickDrag ( \"button\", x1, y1, x2, y2 [, speed = 10] )", "params": [{ "label": "button", - "documentation": "The button to click:    \n `$MOUSE_CLICK_RIGHT` (\"right\")    \n `$MOUSE_CLICK_MIDDLE` (\"middle\")    \n `$MOUSE_CLICK_MAIN` (\"main\")    \n `$MOUSE_CLICK_MENU` (\"menu\")    \n `$MOUSE_CLICK_PRIMARY` (\"primary\")    \n `$MOUSE_CLICK_SECONDARY` (\"secondary\") \n\nConstants are defined in \"AutoItConstants.au3\"." + "documentation": "The button to click:    \n `$MOUSE_CLICK_RIGHT` (\"right\")    \n `$MOUSE_CLICK_LEFT` (\"left\")    \n `$MOUSE_CLICK_MIDDLE` (\"middle\")    \n `$MOUSE_CLICK_MAIN` (\"main\")    \n `$MOUSE_CLICK_MENU` (\"menu\")    \n `$MOUSE_CLICK_PRIMARY` (\"primary\")    \n `$MOUSE_CLICK_SECONDARY` (\"secondary\") \n\nConstants are defined in \"AutoItConstants.au3\"." }, { "label": "x1, y1", "documentation": "The x/y coords to start the drag operation from." @@ -5015,4 +5015,4 @@ "documentation": "**[optional]** Timeout in seconds if the window is still active. Default is 0 (no timeout)." }] } -} \ No newline at end of file +}