public void SendLeftClick(int x, int y) { Console.WriteLine("x :" + (object)x + " y: " + (object)y); Vip72Handle.MoveTo(x, y); Vip72Handle.mouse_event(2, x, y, 0, 0); Vip72Handle.mouse_event(4, x, y, 0, 0); }