Example #1
0
 /// <summary>
 /// Implements <see cref="IMouse.LeftDoubleClick()"/>
 /// </summary>
 public virtual void LeftDoubleClick()
 {
     mouse.LeftDoubleClick();
     ActionPerformed();
 }