Method MouseLeftDoubleClick
MouseLeftDoubleClick(int?, int?)
Simulates a double-click using the left mouse button.
Declaration
void MouseLeftDoubleClick(int? clickDelayMs = null, int? dblClickDelayMs = null)
Parameters
Type | Name | Description |
---|---|---|
int? | clickDelayMs | Optional delay (in milliseconds) for each click. Uses ClickDelay if not specified. |
int? | dblClickDelayMs | Optional delay (in milliseconds) between the two clicks. Uses DoubleClickDelay if not specified. |