△ c++2008 △ 跪求获取鼠标坐标的原代码。。。 好的+++分
展开全部
GetCursorPos
追问
具体怎么用。。。详细点。。。感激不尽!
追答
微软的例子:
POINT pt; // cursor location
GetCursorPos(&pt);
// Convert screen coordinates to client coordinates.
ScreenToClient(hwnd, &pt);
// Convert client coordinates to screen coordinates.
ClientToScreen(hwnd, &pt);
SetCursorPos(pt.x, pt.y);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询