Return the position of the mouse cursor.
Point GetCursorPos();
None
Point p = GetCursorPos(); p.Offset(20,50);
// move the X position by 10 and the Y value by 50
Mouse.DoubleLeftClick(p); // double left click at new position
This topic was last updated on June 10, 2020, at 03:02:15 PM.
Eggplantsoftware.com | Documentation Home | User Forums | Support | Copyright © 2021 Eggplant
Search