随笔分类 -  Windows

摘要:[DllImport("User32")] public extern static void SetCursorPos(int x, int y);//声明外部函数,移动到x,y位置 [DllImport("User32")] public extern static bool GetCursor 阅读全文
posted @ 2021-09-28 11:52 Jay_RocKing 阅读(64) 评论(0) 推荐(0)