Windows用户界面相关应用程序接口

    
     [DllImport("User32")]
        public extern static void SetCursorPos(int x, int y);//声明外部函数,移动到x,y位置

        [DllImport("User32")]
        public extern static bool GetCursorPos(ref Point lpPoint);//获取当前鼠标位置信息

 

上一篇:linux c随手记


下一篇:day - 5 基础知识总结&问题解决