objective-c – 设置鼠标位置

objective-c – 设置鼠标位置,第1张

概述我需要能够将鼠标位置设置到屏幕/窗口的中间位置. 我怎样才能做到这一点? 文档似乎表明 CGDisplayMoveCursorToPoint或 CGWarpMouseCursorPosition将完成你所追求的目标. 编辑:为了匹配您的最新评论,我将进一步推荐CGWarpMouseCursorPosition,文档说明: For example, this function is often us 我需要能够将鼠标位置设置到屏幕/窗口的中间位置.
我怎样才能做到这一点?解决方法 文档似乎表明 CGDisplayMoveCursorToPoint或 CGWarpMouseCursorPosition将完成你所追求的目标.

编辑:为了匹配您的最新评论,我将进一步推荐CGWarpMouseCursorposition,文档说明:

For example,this function is often used to move the cursor position back to the center of the screen by games that do not want the cursor pinned by display edges.

总结

以上是内存溢出为你收集整理的objective-c – 设置鼠标位置全部内容,希望文章能够帮你解决objective-c – 设置鼠标位置所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1021545.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存