摘要: #include "pch.h" #include <iostream> #include<Windows.h> int main() { /* 功能: 移动鼠标获得当前鼠标坐标 */ LONG zx = -1; LONG zy = -1; POINT ptB = { 0, 0 }; while ( 阅读全文
posted @ 2018-09-10 15:51 Tiger_Jiang 阅读(4139) 评论(0) 推荐(1) 编辑