#include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ system("start .\\123.exe"); POINT point; point.x = 100; point.y = 100; SetCursorPos(point.x, point.y); return 0; }
记得把文件名定义成123.cpp
你这个不就是把鼠标固定在(100,100)的位置吗,我直接将文件名改成114514就无效了
本来想运行,结果看到
有啥结果?
nm
c
共 5 条回复
你这个不就是把鼠标固定在(100,100)的位置吗,我直接将文件名改成114514就无效了
本来想运行,结果看到
#include<windows.h>
有啥结果?
nm
c