c++模拟键盘鼠标按键

代码示例html // 1 press left mouse button on pointLU ::SetCursorPos(pointLU.x,pointLU.y); mouse_event(MOUSEEVENTF_LEFTDOWN,0,0,0,0); // 2 move to pointRB ::SetCursorPos(pointRB.x,pointRB.y); // 3
相关文章
相关标签/搜索