Returns the current pointer position as an offset in pixels from the nearest corner of the current window.
GetOffset()
The current pointer position, using the syntax "(x,y)"
When writing a command which positions the pointer you can place the pointer in an interesting location,
use this function to discover its coordinates, and use them as arguments to MoveTo.
Get Pointer = Clipboard.SetText(Pointer.GetOffset());
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)