将鼠标置于窗口中心
这很愚蠢,我试图将鼠标移动到活动窗口的中心。我在 MSDN 上找不到提供相对于屏幕角的坐标 (RECT) 的方法。
::GetClientRect 返回 0,0 表示左上角。
有没有返回 100、134 或类似值的方法。
This is daft, I'm trying to move the mouse to the center of the active window. I cant find a method on MSDN that gives me the coords (RECT) relative to the corner of the screen.
::GetClientRect returns 0,0 for the top left.
Is there a method that returns 100, 134 or some such.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否研究过 GetWindowRect 函数?
Did you look into GetWindowRect function?