Move the pointer to an edge of the specified rectangle.
Syntax
SetMousePosition(relativeTo, edgeCode)
Parameters
- relativeTo
- Indicates the meaning of the edgeCode argument as follows:
3: edgeCode is relative to the screen's inner rectangle, as with Pointer.MoveToEdgewith the ScreenInner argument.
4: edgeCode is relative to the current window, as with Pointer.MoveToEdge.
6: edgeCode is relative to the current window's inner rectangle, as with Pointer.MoveToEdge with the WindowInner argument.
- edgeCode
- The edge to move to, as follows:
1: Top edge of specified rectangle
2: Right edge of specified rectangle
3: Bottom edge of specified rectangle
4: Left edge of specified rectangle
5: Top Right corner of specified rectangle
6: Bottom Right corner of specified rectangle
7: Bottom Left corner of specified rectangle
8: Top Left corner of specified rectangle
Remarks
The suggested Vocola 3 analog functions are specified in the description of the
relativeTo argument.
See Also
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)