C# 移动鼠标到指定位置

[DllImport("User32.dll")]
        private static extern bool SetCursorPos(int x, int y);
SetCursorPos(intX, intY);

 

posted @ 2022-06-22 14:32  芈璐  阅读(445)  评论(0)    收藏  举报