如何使用 Robot 类加速鼠标指针移动?

发布于 2024-12-11 00:35:08 字数 229 浏览 0 评论 0原文

我知道我可以使用 java.awt.Robot() 类将鼠标指针移动到特定的屏幕位置,但我需要移动速度更快一点,而不失去平滑度。

我尝试将 AutoDelay 选项设置为 1,但在 1680x1050 等显示分辨率上使用时,速度不够快。将其设置为 0 将立即完成工作。

有什么方法可以加快使用 Robot 类或任何其他库的移动速度吗?

I know that I can move the mouse pointer with the java.awt.Robot() class to a specific screen location, but I need the movement to go a bit faster without losing the smoothness.

I tried setting the AutoDelay option to 1, but that is not fast enough when used on a display resolution like 1680x1050. Setting it to 0 would do the job instantly.

Is there any way I could speed up the movement with the Robot class or any other lib?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文