Ejemplo n.º 1
0
 public static void SetCursorPos(D2.Axis axis, bool throwMouseEvent = true)
 {
     SetCursorPos(axis.Horizontal, axis.Vertical);
     if (throwMouseEvent)
     {
         ThrowMouseEvent(MouseEventFlags.Move, 0, 0, 0, 0);
     }
 }
Ejemplo n.º 2
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref D2.Axis point);